From c26562e0c8f02ec0b31233f655f23fbc61f046f0 Mon Sep 17 00:00:00 2001 From: Palm Date: Sun, 25 Feb 2024 19:04:23 +0700 Subject: [PATCH] ci(build): add `dev` builds --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b3b4ba6..3bc38f9c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ name: Build on: push: - branches: [main] + branches: [main, dev] jobs: build: @@ -15,6 +15,7 @@ jobs: repository: "revenge-mod/builds" path: "builds" token: ${{ secrets.BUILDS_PUSH_TOKEN }} + ref: ${{ github.ref_name }} - uses: oven-sh/setup-bun@v1 @@ -40,5 +41,5 @@ jobs: - name: Purge CDN cache if: ${{ false }} run: | - curl https://purge.jsdelivr.net/gh/vendetta-mod/builds + curl https://purge.jsdelivr.net/gh/revenge-mod/builds