Browse Source

Build only on branches

Issue gh-11480
pull/11736/head
Steve Riesenberg 3 years ago
parent
commit
aaf20e7b61
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
  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