Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #285 from JupiterOne/setup-beta-branch
Browse files Browse the repository at this point in the history
Setup beta branch
  • Loading branch information
RonaldEAM authored Nov 17, 2023
2 parents a207682 + 2af9ec9 commit 8bff8e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- beta

jobs:
test:
Expand Down Expand Up @@ -33,7 +34,7 @@ jobs:
BuildRelease:
needs: test
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta'
name: Checkout Code
steps:
- name: Check out repo
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
"released"
],
"onlyPublishWithReleaseLabel": true,
"shipit": {
"noChangelog": true,
"prerelease": false
}
"prereleaseBranches": [
"beta"
],
"shipit": {}
},
"resolutions": {
"jest": "27.5.1"
Expand Down

0 comments on commit 8bff8e4

Please sign in to comment.