Skip to content

Commit c4a27e1

Browse files
committed
chore: enable release workflow for branch rc
1 parent 2c5deb8 commit c4a27e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Release from "${{ github.ref_name }}" branch
1313
runs-on: ubuntu-latest
1414
# GH does not allow to limit branches in the workflow_dispatch settings so this here is a safety measure
15-
if: ${{ inputs.dry_run || startsWith(github.ref_name, 'release') || startsWith(github.ref_name, 'master') }}
15+
if: ${{ inputs.dry_run || startsWith(github.ref_name, 'release') || startsWith(github.ref_name, 'master') || startsWith(github.ref_name, 'rc')}}
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)