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 5
5
paths :
6
6
- " docs/**"
7
7
- " .github/workflows/docs.yml"
8
- push :
9
- branches :
10
- - " renovate/**"
8
+ - " *.md"
11
9
12
10
permissions :
13
11
contents : read
Original file line number Diff line number Diff line change 5
5
paths :
6
6
- " docs/**"
7
7
branches :
8
+ - main
8
9
- 3.x
9
10
10
11
# Remove default permissions of GITHUB_TOKEN for security
Original file line number Diff line number Diff line change @@ -2,19 +2,16 @@ name: docs
2
2
3
3
on :
4
4
merge_group :
5
+ # autofix workflow will be triggered instead for PRs
5
6
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
14
7
branches :
15
8
- main
16
9
- 3.x
17
10
- " !v[0-9]*"
11
+ paths :
12
+ - " docs/**"
13
+ - " .github/workflows/docs.yml"
14
+ - " *.md"
18
15
19
16
# Remove default permissions of GITHUB_TOKEN for security
20
17
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
You can’t perform that action at this time.
0 commit comments