We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5deb8 commit c4a27e1Copy full SHA for c4a27e1
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
name: Release from "${{ github.ref_name }}" branch
13
runs-on: ubuntu-latest
14
# 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') }}
+ if: ${{ inputs.dry_run || startsWith(github.ref_name, 'release') || startsWith(github.ref_name, 'master') || startsWith(github.ref_name, 'rc')}}
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v4
0 commit comments