Skip to content

Commit

Permalink
Merge pull request #251 from WyriHaximusNet/only-don't-push-on-PR
Browse files Browse the repository at this point in the history
Only don't push on PR
  • Loading branch information
WyriHaximus authored Sep 5, 2024
2 parents a2a500c + 51c80c8 commit b5a67b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
- run: echo "✔️"
push:
name: Pushing "${{ matrix.image }}"
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/master'
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
needs:
- check-mark
- image-matrix
Expand Down

0 comments on commit b5a67b8

Please sign in to comment.