]> Nishi Git Mirror - dataworks.git/commitdiff
add stuff for branch
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 12 Jun 2024 00:27:49 +0000 (00:27 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Wed, 12 Jun 2024 00:27:49 +0000 (00:27 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@242 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

.github/workflows/build.yml

index 8b22f3e565a34c9bceb7421c1622875d2a3aa3c6..bb5abc867622ae601491e7700031a31505524bac 100644 (file)
@@ -4,6 +4,9 @@ on:
   workflow_dispatch:
   schedule:
   - cron: "0 */6 * * *"
+  push:
+    branches:
+      - release
 
 jobs:
   build:
@@ -17,6 +20,8 @@ jobs:
     - name: Give tar root suid
       run: sudo chown root /usr/bin/tar && sudo chmod u+s /usr/bin/tar
     - uses: actions/checkout@v4
+      with:
+        ref: release
     - uses: actions/cache@v4
       with:
         save-always: true