Skip to content

Commit 2fd1f94

Browse files
authored
Run docs.yml for all changes
Restricting the workflow to run on changes to `*.rst` files only will prevent CI from catching mistakes in the workflow itself, for example on Dependabot updates.
1 parent 19dbece commit 2fd1f94

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- '*.rst'
97
pull_request:
10-
paths:
11-
- '*.rst'
128

139
permissions:
1410
contents: read

0 commit comments

Comments
 (0)