Skip to content

Commit

Permalink
chore(pre-release): run workflow only on tag push to RC- branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SRodi committed Jan 22, 2025
1 parent ed306bd commit b4e6d1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
create-release-candidate:
runs-on: ubuntu-latest
name: Create Release Candidate
if: github.ref_type == 'tag'
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit b4e6d1e

Please sign in to comment.