Skip to content

Commit

Permalink
ci(release): don't run on v*-*
Browse files Browse the repository at this point in the history
Those are intended for the pre-commit hook.
  • Loading branch information
scop committed Nov 9, 2023
1 parent 86ce461 commit b344bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches: [main]
tags: ["v*.*.*"]
tags: ["v*.*.*", "!v*-*"]

permissions:
contents: write
Expand Down

0 comments on commit b344bcb

Please sign in to comment.