Skip to content

Commit

Permalink
[skip ci] fix on push event for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-mil committed Jul 20, 2024
1 parent 8fc393a commit d9ad027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: 'Build & Publish'
on:
push:
branches: [master]
# tags:
# - "v[0-9]+.[0-9]+.[0-9]+"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:
build:
Expand Down

0 comments on commit d9ad027

Please sign in to comment.