From d830601d0bc597b42858e2b48f150619214caa5a Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 13 Nov 2024 14:43:44 +0100 Subject: [PATCH] ci: :construction_worker: needs to push to main, not from PRs --- .github/workflows/update-version.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index f1f4767..1e5506c 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -1,9 +1,7 @@ name: Update version on: - pull_request: - types: - - closed + push: branches: - main