Skip to content

Commit de150a2

Browse files
authored
Add paths-ignore to CI scripts (#169)
1 parent f84d4f8 commit de150a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ on:
88
push:
99
branches:
1010
- master
11+
paths-ignore:
12+
- 'LICENSE'
13+
- 'README.md'
14+
- '.github/workflows/TagBot.yml'
1115
pull_request:
16+
paths-ignore:
17+
- 'LICENSE'
18+
- 'README.md'
19+
- '.github/workflows/TagBot.yml'
1220

1321
jobs:
1422
pre_job:

0 commit comments

Comments
 (0)