Skip to content

Commit 95dbe1b

Browse files
chore(ci): skip autorelease workflow on non-release PRs (#775)
1 parent 916c10e commit 95dbe1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

synthtool/gcp/templates/java_library/.github/workflows/auto-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: auto-release
44
jobs:
55
approve:
66
runs-on: ubuntu-latest
7+
if: contains(github.head_ref, 'release-v')
78
steps:
89
- uses: actions/[email protected]
910
with:

0 commit comments

Comments
 (0)