Skip to content

Commit

Permalink
Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Apr 3, 2024
1 parent baeef59 commit 9d37bde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish

on:
- workflow_dispatch
- release:
types: [published]
workflow_dispatch:
release:
types: [published]

jobs:
build:
Expand Down

0 comments on commit 9d37bde

Please sign in to comment.