Skip to content

Commit

Permalink
fix missing workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Scheltienne committed Oct 30, 2023
1 parent 967a863 commit 775dffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: publish
on: # yamllint disable-line rule:truthy
release:
types: [published]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 775dffe

Please sign in to comment.