flowzone: Update CI workflow to allow external contributions
Changelog-entry: Update CI workflow to allow external contributions Signed-off-by: Kyle Harding <kyle@balena.io>
This commit is contained in:
parent
1011f0216c
commit
0e2b9fc958
1 changed files with 6 additions and 0 deletions
6
.github/workflows/flowzone.yml
vendored
6
.github/workflows/flowzone.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue