Github: Disable auto-running of release workflow

pull/366/head
Jonathan G Rennison 2 years ago
parent ceb4f7fb82
commit 3645bcfe62

@ -6,13 +6,13 @@ on:
ref:
description: 'Ref to build (for Pull Requests, use refs/pull/NNN/head)'
required: true
repository_dispatch:
# client_payload should be the same as the inputs for workflow_dispatch.
types:
- Build*
release:
types:
- published
# repository_dispatch:
# # client_payload should be the same as the inputs for workflow_dispatch.
# types:
# - Build*
# release:
# types:
# - published
jobs:
source:

Loading…
Cancel
Save