Skip to content

Commit 032633b

Browse files
committed
uncomment check of v in release job
1 parent e8eb215 commit 032633b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
jobs:
1111
release:
1212
# Only run if the triggering run was for a tag starting with v
13-
# if: >
14-
# github.event.workflow_run.conclusion == 'success' &&
15-
# startsWith(github.event.workflow_run.head_branch, 'v')
13+
if: >
14+
github.event.workflow_run.conclusion == 'success' &&
15+
startsWith(github.event.workflow_run.head_branch, 'v')
1616
runs-on: ubuntu-latest
1717
strategy:
1818
max-parallel: 5

0 commit comments

Comments
 (0)