We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ef490 commit 402b60aCopy full SHA for 402b60a
.github/workflows/gitlab.yml
@@ -1,17 +1,17 @@
1
name: Trigger Gitlab Pipeline
2
on:
3
- # push:
4
- # branches:
5
- # - main
6
- # paths:
7
- # - "kmsr/**"
8
- # - "tests/**"
9
- # - "poetry.lock"
10
- # pull_request:
11
12
13
14
+ push:
+ branches:
+ - main
+ paths:
+ - "kmsr/**"
+ - "tests/**"
+ - "poetry.lock"
+ pull_request:
15
# Allows you to run this workflow manually from the Actions tab
16
workflow_dispatch:
17
0 commit comments