Skip to content

Commit

Permalink
ci: update target branches, dry-run release
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mader committed Nov 19, 2024
1 parent a10f6ae commit 93eb8f4
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/format-lint-test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Format, Lint, Test

on:
push:
branches: ["dev"]
pull_request:
branches: ["dev"]
branches:
- main
- next
- beta
- alpha

jobs:
build:
Expand All @@ -23,3 +25,12 @@ jobs:

- name: Test
run: cargo test --workspace

- uses: actions/setup-node@v4
with:
node-version: "lts/*"

- name: Release Preview
run: npx semantic-release@24 --dry-run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 93eb8f4

Please sign in to comment.