From c07d68c16ae1626de4d0c846b7c763f321267265 Mon Sep 17 00:00:00 2001 From: Peter Sobot Date: Thu, 8 Jul 2021 18:08:55 -0400 Subject: [PATCH] Run deploy on release publish, not release creation. --- .github/workflows/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/all.yml b/.github/workflows/all.yml index 148d4577..cc6c8388 100644 --- a/.github/workflows/all.yml +++ b/.github/workflows/all.yml @@ -6,7 +6,7 @@ on: branches: - master release: - types: [created] + types: [published] jobs: lint-python: