3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-22 16:29:32 +01:00
cargo-install/.github/workflows/cargo-llvm-lines.yml
David Tolnay c48d5eecf2
Kick rebuilds via branch instead of tag
Having some trouble getting GitHub Actions to run the "on: push: tags"
build after a tag is repointed to a new commit.
2021-10-09 01:34:43 +01:00

14 lines
249 B
YAML

name: cargo-llvm-lines
on:
push:
branches:
- cargo-llvm-lines
jobs:
build:
uses: dtolnay/install/.github/workflows/build.yml@master
with:
crate: cargo-llvm-lines
secrets:
private_key: ${{secrets.private_key}}