Skip to content

Commit

Permalink
Update workflow trigger on release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dandan2611 committed Jul 2, 2023
1 parent f05327d commit 3b22de8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build & Publish
on:
push:
tags:
- 'v*'
release:
types:
- published
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3b22de8

Please sign in to comment.