Skip to content

Commit cab4e85

Browse files
committed
Sync "Check Website" workflow's trigger order with the template
No functional change, and neither is necessarily superior, but this is how it is in the template, and so it must be here as well.
1 parent 86a8a03 commit cab4e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-mkdocs-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check Website
22

33
on:
4-
pull_request:
4+
push:
55
paths:
66
- ".github/workflows/check-mkdocs-task.ya?ml"
77
- "Taskfile.ya?ml"
@@ -11,7 +11,7 @@ on:
1111
- "docs/**"
1212
- "docsgen/**"
1313
- "**.go"
14-
push:
14+
pull_request:
1515
paths:
1616
- ".github/workflows/check-mkdocs-task.ya?ml"
1717
- "Taskfile.ya?ml"

0 commit comments

Comments
 (0)