Skip to content

Commit

Permalink
Remove workflow_dispatch from GitHub release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
lovette committed Sep 18, 2024
1 parent d22a410 commit baa7d21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Release

on:
# Allow triggering manually from GitHub UI
workflow_dispatch:
# Allow triggering manually from GitHub UI.
# Note: This apparently doesn't work for making releases because
# the tag isn't available to the action.
# workflow_dispatch:

push:
# Run workflow if commit is tagged with a semantic version number.
Expand Down

0 comments on commit baa7d21

Please sign in to comment.