mirror of
https://github.com/dtolnay/install.git
synced 2024-11-25 17:39:33 +01:00
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.
This commit is contained in:
parent
40d0ba7628
commit
c48d5eecf2
9 changed files with 9 additions and 9 deletions
2
.github/workflows/cargo-expand.yml
vendored
2
.github/workflows/cargo-expand.yml
vendored
|
@ -2,7 +2,7 @@ name: cargo-expand
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
branches:
|
||||
- cargo-expand
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/cargo-fuzz.yml
vendored
2
.github/workflows/cargo-fuzz.yml
vendored
|
@ -2,7 +2,7 @@ name: cargo-fuzz
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
branches:
|
||||
- cargo-fuzz
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/cargo-llvm-lines.yml
vendored
2
.github/workflows/cargo-llvm-lines.yml
vendored
|
@ -2,7 +2,7 @@ name: cargo-llvm-lines
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
branches:
|
||||
- cargo-llvm-lines
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/cargo-outdated.yml
vendored
2
.github/workflows/cargo-outdated.yml
vendored
|
@ -2,7 +2,7 @@ name: cargo-outdated
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
branches:
|
||||
- cargo-outdated
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/cargo-rm.yml
vendored
2
.github/workflows/cargo-rm.yml
vendored
|
@ -2,7 +2,7 @@ name: cargo-rm
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
branches:
|
||||
- cargo-rm
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/cargo-tally.yml
vendored
2
.github/workflows/cargo-tally.yml
vendored
|
@ -2,7 +2,7 @@ name: cargo-tally
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
branches:
|
||||
- cargo-tally
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/cxxbridge-cmd.yml
vendored
2
.github/workflows/cxxbridge-cmd.yml
vendored
|
@ -2,7 +2,7 @@ name: cxxbridge-cmd
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
branches:
|
||||
- cxxbridge-cmd
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/sha1dir.yml
vendored
2
.github/workflows/sha1dir.yml
vendored
|
@ -2,7 +2,7 @@ name: sha1dir
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
branches:
|
||||
- sha1dir
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/star-history.yml
vendored
2
.github/workflows/star-history.yml
vendored
|
@ -2,7 +2,7 @@ name: star-history
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
branches:
|
||||
- star-history
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue