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:
Alex Crichton
2022-01-04 13:24:40 -06:00
committed by GitHub
parent 40072f844e
commit 050cdca4ae

View File

@@ -10,7 +10,7 @@
name: "Push tagged release" name: "Push tagged release"
on: on:
push: push:
branches: [main] branches: ['main', 'release-*']
jobs: jobs:
push_tag: push_tag: