Skip to content

Commit

Permalink
fix: prerelease action triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Nov 17, 2024
1 parent 31c7eb8 commit 7ad09c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Prerelease
on:
push:
branches:
- "**"
- "master"
- "v[0-9]+"
tags:
- "!**"
pull_request:
Expand Down

0 comments on commit 7ad09c3

Please sign in to comment.