Przeglądaj źródła

Trigger build on each branch for testing (#109)

Macley 2 lat temu
rodzic
commit
3e571ecc54
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/automategeneration.yml

+ 1 - 1
.github/workflows/automategeneration.yml

@@ -3,7 +3,7 @@ name: joinApps.sh
 on:
   push:
     branches:
-    - "master"
+    - '**'
   #schedule:
   #- cron:  '15 0 * * *'
 env: