From 7ba9a53ef541d8d9824d5e1b8f4df759e3967ccf Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Thu, 7 May 2020 18:38:24 +0200 Subject: [PATCH] Also run the build when pushing tags --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ffb775b8..c8751eeb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,10 @@ on: push: branches: - master + tags: + # Run when pushing version tags, since otherwise it's impossible to + # restart a successful build after pushing a tag + - '*.*.*' pull_request: branches: - master