From 404b77c9d0004a0bcc33ae1de1d6d11ae2dd01ea Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 25 Jan 2023 17:02:30 +0100 Subject: [PATCH] Run build workflow on any tag push --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b40b9931..3f4e3a18 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,9 +5,7 @@ on: branches: - '**' tags: - # Run when pushing version tags, since otherwise it's impossible to - # restart a successful build after pushing a tag - - '*.*.*' + - '*' pull_request: branches: - master