From 6e3b82fe9413261a19c3218ef25e8985a5985b0a Mon Sep 17 00:00:00 2001 From: Daniel Klingmann Date: Mon, 30 Aug 2021 18:13:20 +0200 Subject: [PATCH] chore: adjust workflow to only trigger on release publish --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aac6440..82ef234 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,7 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: release: + types: [published] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: