We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c576b2 commit e075b45Copy full SHA for e075b45
1 file changed
.github/workflows/gather-docs.yml
@@ -1,6 +1,11 @@
1
name: Gather Project Docs
2
3
on:
4
+ push:
5
+ branches:
6
+ - main
7
+ paths:
8
+ - .github/workflows/gather-docs.yml
9
schedule:
10
- cron: "0 0 * * *"
11
workflow_dispatch:
0 commit comments