Skip to content

Commit 402b60a

Browse files
committed
Turn on gitlab trigger
1 parent c3ef490 commit 402b60a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/gitlab.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
name: Trigger Gitlab Pipeline
22
on:
3-
# push:
4-
# branches:
5-
# - main
6-
# paths:
7-
# - "kmsr/**"
8-
# - "tests/**"
9-
# - "poetry.lock"
10-
# pull_request:
11-
# paths:
12-
# - "kmsr/**"
13-
# - "tests/**"
14-
# - "poetry.lock"
3+
push:
4+
branches:
5+
- main
6+
paths:
7+
- "kmsr/**"
8+
- "tests/**"
9+
- "poetry.lock"
10+
pull_request:
11+
paths:
12+
- "kmsr/**"
13+
- "tests/**"
14+
- "poetry.lock"
1515
# Allows you to run this workflow manually from the Actions tab
1616
workflow_dispatch:
1717

0 commit comments

Comments
 (0)