Skip to content

Commit de6d3e6

Browse files
authored
Attempt to avoid to trigger integration tests on doc updates (#655)
Minor fixes for now
2 parents c750328 + 327f64e commit de6d3e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ on:
99
- ".github/workflows/tests.yml"
1010
- "requirements/base.txt"
1111
- "requirements/testing.txt"
12-
- tests/fixtures/*
12+
- "tests/fixtures/**"
13+
- "requirements.txt"
1314

1415
pull_request:
1516
branches:
@@ -19,7 +20,8 @@ on:
1920
- ".github/workflows/tests.yml"
2021
- "requirements/base.txt"
2122
- "requirements/testing.txt"
22-
- tests/fixtures/*
23+
- "tests/fixtures/**"
24+
- "requirements.txt"
2325

2426
env:
2527
PROJECT_FOLDER: "qgis_deployment_toolbelt"

0 commit comments

Comments
 (0)