Skip to content

Commit 394775b

Browse files
Don't push to github docker for pr
1 parent 45b5566 commit 394775b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: github/codeql-action/analyze@v1
5656

5757
github-package-deploy:
58-
#if: ${{ github.event_name == 'push' }}
58+
if: ${{ github.event_name == 'push' }}
5959
name: GitHub package deploy
6060
runs-on: ubuntu-latest
6161
needs: [build, codeql-analysis]

0 commit comments

Comments
 (0)