Skip to content

Commit ad8cd3a

Browse files
authored
Merge pull request #122 from bam241/path_exlude
2 parents 049a678 + bfb54d9 commit ad8cd3a

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

.github/workflows/unix_linux.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,21 @@ on:
66
pull_request:
77
branches:
88
- develop
9-
- master
9+
paths-ignore:
10+
- '.github/workflows/windows.yml'
11+
- '.github/workflows/unix_mac.yml'
12+
- '*.md'
13+
- 'LICENSE'
14+
1015
push:
1116
branches:
1217
- develop
13-
- master
18+
paths-ignore:
19+
- '.github/workflows/windows.yml'
20+
- '.github/workflows/unix_mac.yml'
21+
- '*.md'
22+
- 'LICENSE'
23+
1424
release:
1525
types: # This configuration does not affect the page_build event above
1626
- created

.github/workflows/unix_mac.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,22 @@ on:
77
branches:
88
- develop
99
- master
10+
paths-ignore:
11+
- '.github/workflows/windows.yml'
12+
- '.github/workflows/unix_linux.yml'
13+
- '*.md'
14+
- 'LICENSE'
15+
1016
push:
1117
branches:
1218
- develop
1319
- master
20+
paths-ignore:
21+
- '.github/workflows/windows.yml'
22+
- '.github/workflows/unix_linux.yml'
23+
- '*.md'
24+
- 'LICENSE'
25+
1426
release:
1527
types: # This configuration does not affect the page_build event above
1628
- created

0 commit comments

Comments
 (0)