Explorar o código

Include all configured branches in CI

Closes gh-9775
Josh Cummings %!s(int64=4) %!d(string=hai) anos
pai
achega
f7f435d3f4
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      .github/workflows/continuous-integration-workflow.yml

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

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