File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1111 - ' main'
1212 - ' alpha'
1313 - ' beta'
14+ - ' rc'
1415
1516concurrency :
1617 group : ${{ github.workflow }}-${{ github.event.number || github.ref }}
2223
2324jobs :
2425 test-and-publish :
25- if : github.repository == 'TanStack/query' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta')
26+ if : github.repository == 'TanStack/query' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/rc' )
2627 name : ' Test & Publish'
2728 runs-on : ubuntu-latest
2829 steps :
Original file line number Diff line number Diff line change @@ -92,6 +92,9 @@ export const branchConfigs: Record<string, BranchConfig> = {
9292 alpha : {
9393 prerelease : true ,
9494 } ,
95+ rc : {
96+ prerelease : true ,
97+ } ,
9598}
9699
97100export const rootDir = path . resolve ( __dirname , '..' )
You can’t perform that action at this time.
0 commit comments