Explorar o código

Do not run CI on tags

Issue gh-10457
Steve Riesenberg %!s(int64=3) %!d(string=hai) anos
pai
achega
d7ac254b3d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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