Github: Disable auto-running of release workflow

This commit is contained in:
Jonathan G Rennison
2022-01-31 02:27:39 +00:00
parent ceb4f7fb82
commit 3645bcfe62

View File

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