浏览代码

Include all configured branches in CI

Closes gh-9775
Josh Cummings 4 年之前
父节点
当前提交
0351883dfa
共有 1 个文件被更改,包括 0 次插入2 次删除
  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