Skip to content

Commit

Permalink
ci: fix publish workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Stonks3141 authored Mar 11, 2024
1 parent eeebcd3 commit eb70d00
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish crate
on:
push:
tags:
- '*'
release:
types:
- published
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit eb70d00

Please sign in to comment.