Enable CI for external contributions

Change-type: patch
This commit is contained in:
dfunckt 2023-02-16 15:53:38 +02:00 committed by GitHub
parent 4ee9601882
commit 2e69049c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,11 @@ name: Flowzone
on:
pull_request:
types: [opened, synchronize, closed]
branches:
- "main"
- "master"
branches: [main, master]
# allow external contributions to use secrets within trusted code
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master]
jobs:
flowzone:
@ -13,4 +15,4 @@ jobs:
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
secrets: inherit
with:
cloudflare_website: "open-balena"
cloudflare_website: "open-balena"