Merge pull request #364 from balena-os/user/update

flowzone: Update CI workflow to allow external contributions
This commit is contained in:
Kyle Harding 2023-02-21 10:48:35 -05:00 committed by GitHub
commit 7678aa0d5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,12 @@ on:
- "main"
- "master"
- '20[0-9][0-9].[0-1]?[1470].x'
pull_request_target:
types: [opened, synchronize, closed]
branches:
- "main"
- "master"
- '20[0-9][0-9].[0-1]?[1470].x'
jobs:
flowzone: