Skip to content

Commit

Permalink
Update release.yml to work with v4
Browse files Browse the repository at this point in the history
Only will act when branch is `v4`
  • Loading branch information
RaulBernal authored Oct 3, 2024
1 parent 740e6f1 commit 2bae26e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- v*
branches:
- v4
jobs:
draft-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2bae26e

Please sign in to comment.