File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,15 @@ name: Integration Tests
3
3
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
4
4
on :
5
5
push :
6
- paths-ignore :
7
- - " __tests__/**"
8
- - " .github/**"
9
- - " !.github/workflows/test-integration.ya?ml"
10
- - " **.md"
11
- - " .gitignore"
12
- - " LICENSE"
6
+ paths :
7
+ - " .github/workflows/test-integration.ya?ml"
8
+ - " lib/**"
9
+ - " action.yml"
13
10
pull_request :
14
- paths-ignore :
15
- - " __tests__/**"
16
- - " .github/**"
17
- - " !.github/workflows/test-integration.ya?ml"
18
- - " **.md"
19
- - " .gitignore"
20
- - " LICENSE"
11
+ paths :
12
+ - " .github/workflows/test-integration.ya?ml"
13
+ - " lib/**"
14
+ - " action.yml"
21
15
schedule :
22
16
# Run every Tuesday at 8 AM UTC to catch breakage caused by external changes.
23
17
- cron : " 0 8 * * TUE"
You can’t perform that action at this time.
0 commit comments