Skip to content

Commit e075b45

Browse files
committed
ci: trigger gather-docs when the workflow file itself changes
1 parent 4c576b2 commit e075b45

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/gather-docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Gather Project Docs
22

33
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- .github/workflows/gather-docs.yml
49
schedule:
510
- cron: "0 0 * * *"
611
workflow_dispatch:

0 commit comments

Comments
 (0)