Skip to content

Commit 340c2f2

Browse files
run only on non-main pushes
1 parent 33272e4 commit 340c2f2

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
@@ -49,7 +49,7 @@ jobs:
4949

5050
update-artifacts:
5151
name: Build and Commit Artifacts
52-
if: github.event_name == 'push'
52+
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
5353
runs-on: ubuntu-latest
5454

5555
steps:

0 commit comments

Comments
 (0)