From 0ae1ce9042c8d1b6bbbab30167119c241c820836 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Wed, 24 Feb 2021 17:27:14 +0000 Subject: [PATCH] Only allow release on manual trigger --- .github/workflows/release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23ff3be2..de261fdc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,4 @@ on: - push: - branches: - - master workflow_dispatch: inputs: version: @@ -21,4 +18,4 @@ jobs: who-to-greet: 'Mona the Octocat wants to release ${{ github.event.inputs.version }}' # Use the output from the `hello` step - name: Get the output time - run: echo "The time was ${{ steps.hello.outputs.time }}" \ No newline at end of file + run: echo "The time was ${{ steps.hello.outputs.time }}"