Просмотр исходного кода

Build only on branches

Issue gh-11480
Steve Riesenberg 3 лет назад
Родитель
Сommit
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