Switch from balenaCI to flowzone
Changelog-entry: Switch from balenaCI to flowzone Signed-off-by: Alex Gonzalez <alexg@balena.io>
This commit is contained in:
parent
65ea06d782
commit
1ca88d8e17
1 changed files with 15 additions and 0 deletions
15
.github/workflows/flowzone.yml
vendored
Normal file
15
.github/workflows/flowzone.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
name: Flowzone
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [opened, synchronize, closed]
|
||||||
|
branches:
|
||||||
|
- "main"
|
||||||
|
- "master"
|
||||||
|
- '20[0-9][0-9].[0-1]?[1470].x'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
flowzone:
|
||||||
|
name: Flowzone
|
||||||
|
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
|
||||||
|
secrets: inherit
|
Loading…
Add table
Reference in a new issue