3
0
Fork 0
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:
David Tolnay 2021-10-09 01:34:41 +01:00
parent 40d0ba7628
commit c48d5eecf2
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
9 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@ name: cargo-expand
on:
push:
tags:
branches:
- cargo-expand
jobs:

View file

@ -2,7 +2,7 @@ name: cargo-fuzz
on:
push:
tags:
branches:
- cargo-fuzz
jobs:

View file

@ -2,7 +2,7 @@ name: cargo-llvm-lines
on:
push:
tags:
branches:
- cargo-llvm-lines
jobs:

View file

@ -2,7 +2,7 @@ name: cargo-outdated
on:
push:
tags:
branches:
- cargo-outdated
jobs:

View file

@ -2,7 +2,7 @@ name: cargo-rm
on:
push:
tags:
branches:
- cargo-rm
jobs:

View file

@ -2,7 +2,7 @@ name: cargo-tally
on:
push:
tags:
branches:
- cargo-tally
jobs:

View file

@ -2,7 +2,7 @@ name: cxxbridge-cmd
on:
push:
tags:
branches:
- cxxbridge-cmd
jobs:

View file

@ -2,7 +2,7 @@ name: sha1dir
on:
push:
tags:
branches:
- sha1dir
jobs:

View file

@ -2,7 +2,7 @@ name: star-history
on:
push:
tags:
branches:
- star-history
jobs: