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 4113829 commit 8eab4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
if: github.event.pull_request.merged == true && github.repository == 'eclipse-pass/pass-ui'
if: github.repository == 'eclipse-pass/pass-ui' && (github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch')
runs-on: ubuntu-latest
timeout-minutes: 10

Expand Down

0 comments on commit 8eab4f1

Please sign in to comment.