Skip to content

Commit

Permalink
chore: Update release.yml to match push events with v* tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed May 15, 2024
1 parent 16e2e14 commit 23349c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release
on:
release:
types:
- created
push:
tags:
- "v*"

jobs:
publish_on_linux:
Expand Down

0 comments on commit 23349c7

Please sign in to comment.