We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d42b4 commit 190984eCopy full SHA for 190984e
1 file changed
.github/workflows/trigger-os-merge.yml
@@ -1,11 +1,16 @@
1
name: Trigger OS merge action in TTI repo
2
3
-on: pull_request
+on:
4
+ pull_request:
5
+ branches:
6
+ - 'v3.*'
7
+ types:
8
+ - closed
9
10
jobs:
11
trigger_merge:
12
- if: ${{ github.repository == 'TheThingsNetwork/lorawan-stack' }}
13
+ if: ${{ github.repository == 'TheThingsNetwork/lorawan-stack' && github.event.pull_request.merged == true }}
14
runs-on: ubuntu-24.04
15
steps:
16
- name: Trigger OS merge action in TTI repo
0 commit comments