Bläddra i källkod

Build only on branches

Issue gh-11480
Steve Riesenberg 3 år sedan
förälder
incheckning
aaf20e7b61
1 ändrade filer med 2 tillägg och 0 borttagningar
  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