Skip to content

Commit 22dc48b

Browse files
committed
Generate Github Workflows
1 parent b5cad53 commit 22dc48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
publish:
7272
name: Publish Artifacts
7373
needs: [build]
74-
if: github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
74+
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v'))
7575
strategy:
7676
matrix:
7777
os: [ubuntu-latest]

0 commit comments

Comments
 (0)