Skip to content

Commit

Permalink
Update release workflow to trigger on any push
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungKC committed Mar 21, 2024
1 parent 4cb85c8 commit 0a31002
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Release

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

jobs:
build:
Expand All @@ -13,3 +10,4 @@ jobs:
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')

0 comments on commit 0a31002

Please sign in to comment.