Setup generate-docs workflow to run on push to test branch

This commit is contained in:
Tim Wojtulewicz 2021-07-15 15:14:05 -07:00
parent 3c7a2b1450
commit db72849bdb

View file

@ -3,6 +3,9 @@ name: Generate Documentation
on: on:
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'
push:
branches:
- topic/timw/send-email-on-docs-action-failure
jobs: jobs:
generate: generate: