Skip to content

Commit 119df55

Browse files
authored
exclude documentation modifications from CI (#3651)
1 parent b88056c commit 119df55

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/Linux-pack.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ on:
44
push:
55
branches:
66
- master
7+
- fix*
78
paths-ignore:
89
- 'README.md'
910
- 'LICENSE'
11+
- 'docs/**'
1012

1113
pull_request:
1214
paths-ignore:
1315
- 'README.md'
1416
- 'LICENSE'
17+
- 'docs/**'
1518

1619
env:
1720
PRODUCT: flameshot

.github/workflows/MacOS-pack.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ on:
44
push:
55
branches:
66
- master
7-
- feature/RND-680-macos-.dmg-package-build
7+
- fix*
88
paths-ignore:
99
- 'README.md'
1010
- 'LICENSE'
11+
- 'docs/**'
1112

1213
pull_request:
1314
paths-ignore:
1415
- 'README.md'
1516
- 'LICENSE'
17+
- 'docs/**'
1618

1719
env:
1820
PRODUCT: flameshot

.github/workflows/Windows-pack.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ on:
88
paths-ignore:
99
- 'README.md'
1010
- 'LICENSE'
11+
- 'docs/**'
1112

1213
pull_request:
1314
paths-ignore:
1415
- 'README.md'
1516
- 'LICENSE'
17+
- 'docs/**'
18+
1619
workflow_dispatch:
1720

1821

0 commit comments

Comments
 (0)