mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Setup generate-docs workflow to run on push to test branch
This commit is contained in:
parent
3c7a2b1450
commit
db72849bdb
1 changed files with 3 additions and 0 deletions
3
.github/workflows/generate-docs.yml
vendored
3
.github/workflows/generate-docs.yml
vendored
|
@ -3,6 +3,9 @@ name: Generate Documentation
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
push:
|
||||
branches:
|
||||
- topic/timw/send-email-on-docs-action-failure
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue