Skip to content

Commit ac87cc7

Browse files
committed
Fix Github action
1 parent 0783d74 commit ac87cc7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/trigger-gitlab-ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: trigger-gitlab-ci
22
run-name: ${{ github.event_name }} triggered by ${{ github.actor }}
33

4-
on: [push]
5-
branches:
6-
- master
4+
on:
5+
push:
6+
branches:
7+
- master
78

89
jobs:
910
trigger-gitlab-ci:

0 commit comments

Comments
 (0)