Skip to content

Commit

Permalink
Merge pull request #193 from fingerprintjs/chore/change-test-to-rc
Browse files Browse the repository at this point in the history
ci: change test branch to rc
  • Loading branch information
ilfa authored Dec 1, 2023
2 parents b3c955d + 8a88133 commit 5784bb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
name: Create PR
uses: fingerprintjs/dx-team-toolkit/.github/workflows/create-pr.yml@v1
with:
target_branch: ${{ github.event.release.prerelease && 'main' || 'test' }}
target_branch: ${{ github.event.release.prerelease && 'main' || 'rc' }}
tag_name: ${{ github.event.release.tag_name }}
prerelease: ${{ github.event.release.prerelease }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- test
- rc

jobs:
build-and-release:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"branches": [
"main",
{
"name": "test",
"name": "rc",
"prerelease": true
}
],
Expand Down

0 comments on commit 5784bb9

Please sign in to comment.