Skip to content

Commit

Permalink
Merge pull request #5641 from dependabot/jakecoffman/fix-main-merge-a…
Browse files Browse the repository at this point in the history
…gain

prevent the push to main event from skipping
  • Loading branch information
jakecoffman authored Sep 6, 2022
2 parents 2601f1f + 0eec28f commit c606550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-branch-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
push-updater-image:
if: github.event.review.state == 'approved'
if: github.event_name == 'push' || github.event.review.state == 'approved'
name: Export dependabot-updater image to build artifacts
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit c606550

Please sign in to comment.