Build only on branches

Issue gh-11480
This commit is contained in:
Steve Riesenberg 2022-07-18 11:45:39 -05:00
parent 8d147100ee
commit 631076e4dd
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 2 additions and 0 deletions

View File

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