We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c082a commit c6366b7Copy full SHA for c6366b7
.github/workflows/docker-build-and-push.yml
@@ -22,6 +22,7 @@ on:
22
23
jobs:
24
build-and-push:
25
+ if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
26
runs-on: ubuntu-latest
27
28
steps:
0 commit comments