Skip to content

Commit 9a4e2b1

Browse files
Update .github/workflows/test-integration.yml
Co-authored-by: per1234 <accounts@perglass.com>
1 parent 312130a commit 9a4e2b1

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

.github/workflows/test-integration.yml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,15 @@ name: Integration Tests
33
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
44
on:
55
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"
1310
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"
2115
schedule:
2216
# Run every Tuesday at 8 AM UTC to catch breakage caused by external changes.
2317
- cron: "0 8 * * TUE"

0 commit comments

Comments
 (0)