We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 916c10e commit 95dbe1bCopy full SHA for 95dbe1b
1 file changed
synthtool/gcp/templates/java_library/.github/workflows/auto-release.yaml
@@ -4,6 +4,7 @@ name: auto-release
4
jobs:
5
approve:
6
runs-on: ubuntu-latest
7
+ if: contains(github.head_ref, 'release-v')
8
steps:
9
- uses: actions/[email protected]
10
with:
0 commit comments