We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929c65b commit 3c9e6f9Copy full SHA for 3c9e6f9
.github/workflows/docs.yml
@@ -28,14 +28,23 @@ on:
28
# but only for the master branch
29
push:
30
branches:
31
- - master
+ - master
32
+ paths:
33
+ - '**.md'
34
+ - '**.yml'
35
pull_request:
36
37
- master
38
39
40
41
release:
42
43
-
44
45
46
47
+
48
env:
49
CURL_VERSION: 7.72.0
50
CCACHE_COMPRESS: 1
0 commit comments