Skip to content

Commit 416ae24

Browse files
Update test-library.yml
Don't re-test if the change is only in the workflows.
1 parent 28c9ef5 commit 416ae24

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-library.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
push:
77
branches:
88
- 'main'
9+
paths-ignore:
10+
- '.github/workflows/**'
911
pull_request:
1012
branches:
1113
- 'main'

0 commit comments

Comments
 (0)