Skip to content

Commit

Permalink
ci(publish): change publish workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mcatta committed Jul 12, 2023
1 parent 4cfed12 commit 217eb65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Publish

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

jobs:
test:
Expand Down

0 comments on commit 217eb65

Please sign in to comment.