Browse Source

Include all configured branches in CI

Closes gh-9775
pull/9881/head
Josh Cummings 5 years ago
parent
commit
0351883dfa
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
  1. 2
      .github/workflows/continuous-integration-workflow.yml

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

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

Loading…
Cancel
Save