Skip to content

Commit

Permalink
Add workflow_dispatch to conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed May 17, 2024
1 parent 0ad4036 commit b77746b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
update-images:
if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
timeout-minutes: 10

Expand Down

0 comments on commit b77746b

Please sign in to comment.