Skip to content

Commit

Permalink
add tag creation trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke authored and costela committed Nov 6, 2023
1 parent 2be64e7 commit fc2894a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Production Build

on:
create:
tags:
- "v*.*.*"
push:
tags:
- "v*.*.*"
Expand Down

0 comments on commit fc2894a

Please sign in to comment.