浏览代码

Build only on branches

Issue gh-11480
Steve Riesenberg 3 年之前
父节点
当前提交
aaf20e7b61
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/continuous-integration-workflow.yml

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

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