Skip to content

Commit e1dc256

Browse files
authored
Run integration tests when tests change (#8)
1 parent 11fab9d commit e1dc256

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration-tests.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
pull_request:
55
paths:
66
- "action.yaml"
7+
- "test/**"
78
- ".github/workflows/integration-tests.yaml"
89
push:
910
branches: ["main"]
1011
tags: ["*"]
1112
paths:
1213
- "action.yaml"
14+
- "test/**"
1315
- ".github/workflows/integration-tests.yaml"
1416

1517
concurrency:

0 commit comments

Comments
 (0)