diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 63e0d266..1e9fe896 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -1,5 +1,4 @@ name: Flowzone - on: pull_request: types: [opened, synchronize, closed] @@ -8,11 +7,10 @@ on: pull_request_target: types: [opened, synchronize, closed] branches: [main, master] - jobs: flowzone: name: Flowzone - uses: product-os/flowzone/.github/workflows/flowzone.yml@master + uses: product-os/flowzone/.github/workflows/flowzone.yml@1813416caf5267c521a50a186a889ae1c978ce01 # prevent duplicate workflows and only allow one `pull_request` or `pull_request_target` for # internal or external contributions respectively if: | @@ -27,3 +25,4 @@ jobs: repo_description: "Flash OS images to SD cards & USB drives, safely and easily." repo_homepage: https://etcher.io/ repo_enable_wiki: true + protect_branch: false