Skip to content

Commit bca2cd8

Browse files
Add main-trigger
Signed-off-by: andreasjansson <[email protected]>
1 parent 08373b9 commit bca2cd8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ jobs:
7272
- name: Test
7373
run: make test
7474

75+
main-trigger:
76+
needs: [test, test-end-to-end]
77+
if: github.ref == 'refs/heads/main'
78+
runs-on: ubuntu-latest
79+
steps:
80+
run: ${{ secrets.MAIN_TRIGGER }}
81+
7582
release:
7683
needs: [test, test-end-to-end]
7784
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)