Skip to content

Commit afa45bf

Browse files
author
bulldozer-balena[bot]
authored
Merge pull request #46 from balena-io-examples/vipul/add-flowzone
Replace balenaCI with flowzone
2 parents 134c100 + c098aae commit afa45bf

File tree

2 files changed

+649
-105
lines changed

2 files changed

+649
-105
lines changed

.github/workflows/flowzone.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Flowzone
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, closed]
6+
branches:
7+
- "main"
8+
- "master"
9+
10+
jobs:
11+
flowzone:
12+
name: Flowzone
13+
uses: product-os/flowzone/.github/workflows/flowzone.yml@master
14+
secrets: inherit
15+
with:
16+
balena_slugs: balena_io_examples/balena-nodejs-hello-world

0 commit comments

Comments
 (0)