Skip to content

Commit 3a26175

Browse files
GitHub actions ignore .gitlab-ci.yml changes, obvee.
1 parent 58ee8d0 commit 3a26175

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ on:
2626
# Ignore any changes in aggregated assets and public files directories.
2727
- '/web/assets/**'
2828
- '/web/sites/*/files/**'
29+
# Obvious reason is obvious.
30+
- '.gitlab-ci.yml'
2931
pull_request:
3032
paths-ignore:
3133
- '**.md'
@@ -44,6 +46,8 @@ on:
4446
# Ignore any changes in aggregated assets and public files directories.
4547
- '/web/assets/**'
4648
- '/web/sites/*/files/**'
49+
# Obvious reason is obvious.
50+
- '.gitlab-ci.yml'
4751

4852
env:
4953
# shivammathur/setup-php

0 commit comments

Comments
 (0)