Skip to content

Commit 3c9e6f9

Browse files
committed
Docs yaml: Reverted paths filter
1 parent 929c65b commit 3c9e6f9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/docs.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,23 @@ on:
2828
# but only for the master branch
2929
push:
3030
branches:
31-
- master
31+
- master
32+
paths:
33+
- '**.md'
34+
- '**.yml'
3235
pull_request:
3336
branches:
3437
- master
38+
paths:
39+
- '**.md'
40+
- '**.yml'
3541
release:
3642
branches:
3743
- master
38-
44+
paths:
45+
- '**.md'
46+
- '**.yml'
47+
3948
env:
4049
CURL_VERSION: 7.72.0
4150
CCACHE_COMPRESS: 1

0 commit comments

Comments
 (0)