Trigger Docker build workflow only on pull request merge to 'master' (#1983)

* Trigger Docker build workflow only on pull request merge to 'master'
This commit is contained in:
abraunegg 2022-06-03 08:40:07 +10:00 committed by GitHub
parent b7c7caa0b5
commit 0ebe66412a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ env:
jobs:
build:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
strategy: