Do not run CI on tags

Issue gh-10457
This commit is contained in:
Steve Riesenberg 2022-03-16 11:20:16 -05:00 committed by Steve Riesenberg
parent 90fe1b3a69
commit d7ac254b3d
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