Skip to content

Commit 1976f7d

Browse files
committed
Split build and release jobs
1 parent bc4748e commit 1976f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if: |
2525
needs.build.result == 'success'
2626
&& github.event_name == 'push'
27-
&& github.ref_name == github.event.repository.default_branch || (startsWith(github.ref_name, 'v') && endsWith(github.ref_name, '.x.x')))
27+
&& github.ref_name == github.event.repository.default_branch || (startsWith(github.ref_name, 'v') && endsWith(github.ref_name, '.x.x'))
2828
with:
2929
security-updates-only: true
3030
consider-snapshot: true

0 commit comments

Comments
 (0)