Include all configured branches in CI

Closes gh-9775
This commit is contained in:
Josh Cummings 2021-05-18 15:38:45 -06:00
parent 081e3301ad
commit f7f435d3f4
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ name: CI
on:
push:
branches:
- main
schedule:
- cron: '0 10 * * *' # Once per day at 10am UTC
workflow_dispatch: # Manual trigger