Skip to content

Commit 73964b7

Browse files
authored
Merge pull request #93 from erhancagirici/skip-push-in-prs
2 parents e75986e + 0ea31f8 commit 73964b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
# pushes them as a multi-platform package.
132132
push:
133133
runs-on: ubuntu-24.04
134+
if: ${{ github.event_name != 'pull_request' }}
134135
permissions:
135136
contents: read
136137
packages: write

0 commit comments

Comments
 (0)