Skip to content

Commit 6861c19

Browse files
author
github-actions
committed
disable if condition atm
1 parent 55d3031 commit 6861c19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ on:
77
- main
88

99
jobs:
10-
run_if:
11-
if: startsWith(github.head_ref, 'bump-version-')
10+
# run_if:
11+
# if: startsWith(github.head_ref, 'bump-version-')
12+
publish:
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)