Skip to content

Commit eab4759

Browse files
authored
Update UnitTest.yml to skip CI for non-code changes (#183)
Skip CI if changes are made only to readme, license or Tagbot configurations
1 parent df73941 commit eab4759

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/UnitTest.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ on:
66
push:
77
branches:
88
- master
9+
paths-ignore:
10+
- 'LICENSE.md'
11+
- 'README.md'
12+
- '.github/workflows/TagBot.yml'
913
pull_request:
14+
paths-ignore:
15+
- 'LICENSE.md'
16+
- 'README.md'
17+
- '.github/workflows/TagBot.yml'
1018
schedule:
1119
- cron: '20 00 1 * *'
1220

0 commit comments

Comments
 (0)