We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f662a commit 49ec979Copy full SHA for 49ec979
.github/workflows/image.yml
@@ -9,6 +9,7 @@ on:
9
10
jobs:
11
build-and-push-image:
12
+ if: ${{ github.event_name != 'pull_request' }}
13
runs-on: ubuntu-latest
14
permissions:
15
packages: write
0 commit comments