Run the "push tag" CI on all release branches (#3644)
This updates our `push-tag.yml` workflow to check all commits to `release-*` branches in addition to the `main` branch for cmomits which should be tagged.
This commit is contained in:
2
.github/workflows/push-tag.yml
vendored
2
.github/workflows/push-tag.yml
vendored
@@ -10,7 +10,7 @@
|
||||
name: "Push tagged release"
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: ['main', 'release-*']
|
||||
|
||||
jobs:
|
||||
push_tag:
|
||||
|
||||
Reference in New Issue
Block a user