From e03b875d6b870568c2b7cd7bf880d2621bf77307 Mon Sep 17 00:00:00 2001 From: Anand Chowdhary Date: Mon, 3 May 2021 11:45:18 +0200 Subject: [PATCH] :construction_worker: Use dispatch for Release CI --- .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 3f577ed..783d457 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,13 +1,10 @@ name: Release CI on: - push: - branches: - - master + workflow_dispatch: jobs: release: name: Build, test, and release runs-on: ubuntu-18.04 - if: "contains(github.event.head_commit.message, 'Deploy new version')" steps: - name: Checkout uses: actions/checkout@v2.3.4