From: nishi Date: Wed, 12 Jun 2024 00:27:49 +0000 (+0000) Subject: add stuff for branch X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=63dd6d41d29d6303ad55a51fd4d66ed9d9a50a67;p=dataworks.git add stuff for branch git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@242 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b22f3e..bb5abc8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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