Skip to content

Commit

Permalink
ci(build): add dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Palm authored Feb 25, 2024
1 parent 9225773 commit c26562e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build
on:
push:
branches: [main]
branches: [main, dev]

jobs:
build:
Expand All @@ -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

Expand All @@ -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

0 comments on commit c26562e

Please sign in to comment.