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:
Kyle Harding 2023-02-20 11:33:16 -05:00
parent 1011f0216c
commit 0e2b9fc958

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: