Skip to content

Commit 4d00546

Browse files
committed
ci: Build matching rules
1 parent e207d9d commit 4d00546

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
branches:
1919
- master
2020
paths-ignore:
21+
- '**/docs.yml'
2122
- '**.md'
2223
workflow_dispatch:
2324

.github/workflows/docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ on:
88
paths:
99
- '**.yml'
1010
- docs/**
11+
# ignore
12+
- '!**/build.yml'
1113
pull_request:
1214
branches:
1315
- master
1416
paths:
1517
- '**.yml'
1618
- docs/**
19+
# ignore
20+
- '!**/build.yml'
1721
workflow_dispatch:
1822

1923
concurrency:

.github/workflows/global.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ on:
1313
- '**.asd'
1414
- '**.yml'
1515
# ignore
16+
- '!**/build.yml'
1617
- '!**/docs.yml'
1718
pull_request:
1819
branches:
1920
- master
2021
paths-ignore:
21-
- '**.md'
22+
- '**/build.yml'
23+
- '**/docs.yml'
24+
- '**.md'
2225
workflow_dispatch:
2326

2427
concurrency:

.github/workflows/local.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@ on:
1313
- '**.asd'
1414
- '**.yml'
1515
# ignore
16+
- '!**/build.yml'
1617
- '!**/docs.yml'
1718
pull_request:
1819
branches:
1920
- master
2021
paths-ignore:
21-
- '**.md'
22+
- '**/build.yml'
23+
- '**/docs.yml'
24+
- '**.md'
2225
workflow_dispatch:
2326

2427
concurrency:

0 commit comments

Comments
 (0)