Skip to content

Commit 9b5ba96

Browse files
committed
[test.yml] Restrict event trigger for test
1 parent 1c2d3ad commit 9b5ba96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Test my typescript action
22

3-
on: pull_request
3+
on:
4+
pull_request:
5+
paths:
6+
- 'src/**'
7+
- 'dist/**'
8+
- tsconfig.json
9+
- package*
410

511
env:
612
IMAGE_NAME: alpine:3.10.1

0 commit comments

Comments
 (0)