Przeglądaj źródła

Build only on branches

Issue gh-11480
Steve Riesenberg 3 lat temu
rodzic
commit
aaf20e7b61

+ 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