File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed
Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 55 paths :
66 - " docs/**"
77 - " .github/workflows/docs.yml"
8- push :
9- branches :
10- - " renovate/**"
8+ - " *.md"
119
1210permissions :
1311 contents : read
Original file line number Diff line number Diff line change 55 paths :
66 - " docs/**"
77 branches :
8+ - main
89 - 3.x
910
1011# Remove default permissions of GITHUB_TOKEN for security
Original file line number Diff line number Diff line change @@ -2,19 +2,16 @@ name: docs
22
33on :
44 merge_group :
5+ # autofix workflow will be triggered instead for PRs
56 push :
6- paths :
7- - " docs/**"
8- - " .github/workflows/docs.yml"
9- - " *.md"
10- pull_request :
11- paths :
12- - " docs/**"
13- # autofix workflow will be triggered instead for PRs
147 branches :
158 - main
169 - 3.x
1710 - " !v[0-9]*"
11+ paths :
12+ - " docs/**"
13+ - " .github/workflows/docs.yml"
14+ - " *.md"
1815
1916# Remove default permissions of GITHUB_TOKEN for security
2017# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
You can’t perform that action at this time.
0 commit comments