Browse Source

Do not run CI on tags

Issue gh-10457
pull/10975/head
Steve Riesenberg 4 years ago committed by Steve Riesenberg
parent
commit
d7ac254b3d
  1. 2
      .github/workflows/continuous-integration-workflow.yml

2
.github/workflows/continuous-integration-workflow.yml

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

Loading…
Cancel
Save