Skip to content

Commit

Permalink
always push on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Nov 7, 2023
1 parent 4f3a10d commit b06592d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64
# only push if the branch is main or a release branch
push: ${{ startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/heads/release/') }}
push: true
# push: ${{ startsWith(github.ref, 'refs/heads/main') || startsWith(github.ref, 'refs/heads/release/') }}
provenance: false

0 comments on commit b06592d

Please sign in to comment.