Skip to content

Commit

Permalink
Disable workflow_dispatch again for publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormheg committed Oct 27, 2024
1 parent e8e475b commit f10fd98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
release:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
types: [released]
workflow_dispatch:
jobs:
# Before a release, run the test suite
test:
Expand Down

0 comments on commit f10fd98

Please sign in to comment.