Skip to content

Commit

Permalink
Temorarily allow publish workflow to be triggered manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormheg committed Nov 16, 2023
1 parent 4f3c5ad commit eb24b13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
release:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
types: [released]
workflow_dispatch:

jobs:
test:
uses: ./.github/workflows/test.yml
Expand Down

0 comments on commit eb24b13

Please sign in to comment.