Skip to content

Commit

Permalink
ci: run on pushed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
H3rmt committed Nov 20, 2024
1 parent 797fc62 commit a018fe7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release

on:
release:
types: [released]
push:
tags:
- v*

jobs:
build:
Expand Down

0 comments on commit a018fe7

Please sign in to comment.