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: on:
push: push:
tags: branches:
- cargo-expand - cargo-expand
jobs: jobs:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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