We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3735aec commit a457ca2Copy full SHA for a457ca2
.github/workflows/flowzone.yml
@@ -0,0 +1,18 @@
1
+name: Flowzone
2
+
3
+on:
4
+ pull_request:
5
+ types: [opened, synchronize, closed]
6
+ branches: [main, master]
7
+ pull_request_target:
8
9
10
11
+jobs:
12
+ flowzone:
13
+ name: Flowzone
14
+ uses: product-os/flowzone/.github/workflows/flowzone.yml@master
15
+ if: |
16
+ (github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') ||
17
+ (github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
18
+ secrets: inherit
0 commit comments