Skip to content

Commit

Permalink
ci: update flows
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Dec 14, 2023
1 parent aedd09f commit 7e9af5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ main ]
branches: [ main, beta ]
pull_request:
branches: [ main ]

Expand Down Expand Up @@ -37,7 +37,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Semantic release
if: github.ref == 'refs/heads/main'
run: npx --no-install semantic-release --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/fermium
lts/hydrogen
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"branches": ["main", "next"]
"branches": ["main", { "name": "beta", "prerelease": true }]
}

0 comments on commit 7e9af5e

Please sign in to comment.