Only allow release on manual trigger

This commit is contained in:
Bert Blommers 2021-02-24 17:27:14 +00:00 committed by GitHub
parent 52b10d9d3e
commit 0ae1ce9042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,4 @@
on: on:
push:
branches:
- master
workflow_dispatch: workflow_dispatch:
inputs: inputs:
version: version:
@ -21,4 +18,4 @@ jobs:
who-to-greet: 'Mona the Octocat wants to release ${{ github.event.inputs.version }}' who-to-greet: 'Mona the Octocat wants to release ${{ github.event.inputs.version }}'
# Use the output from the `hello` step # Use the output from the `hello` step
- name: Get the output time - name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}" run: echo "The time was ${{ steps.hello.outputs.time }}"