Skip to content

Commit

Permalink
Merge pull request #2 from cpanato/udpate-ci
Browse files Browse the repository at this point in the history
only run this job is is a push
  • Loading branch information
brancz authored Sep 27, 2023
2 parents 7ab2c06 + b4cf005 commit 6daa1fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
!goreleaser/dist/*.txt
build-and-push-container:
if: github.event_name != 'pull_request'
name: Container build and push (when merged)
needs: build-binaries
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6daa1fd

Please sign in to comment.