We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644b925 commit 0783d74Copy full SHA for 0783d74
.github/workflows/trigger-gitlab-ci.yml
@@ -2,6 +2,8 @@ name: trigger-gitlab-ci
2
run-name: ${{ github.event_name }} triggered by ${{ github.actor }}
3
4
on: [push]
5
+ branches:
6
+ - master
7
8
jobs:
9
trigger-gitlab-ci:
0 commit comments