ソースを参照

Trigger build on each branch for testing (#109)

Macley 2 年 前
コミット
3e571ecc54
1 ファイル変更1 行追加1 行削除
  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: