Skip to content

Commit

Permalink
Added tag filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Denperidge committed Oct 5, 2023
1 parent 467c0f7 commit e17c14a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Create GitHub Release

on: push
on:
push:
tags:
- "v*"

jobs:
build:
Expand Down

0 comments on commit e17c14a

Please sign in to comment.