Skip to content

Commit 0ea31f8

Browse files
committed
ci: skip CI push step on PRs
Signed-off-by: Erhan Cagirici <erhan@upbound.io>
1 parent e75986e commit 0ea31f8

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)