From 813f70006563528bacc77920a9436124b2e9264d Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 12 May 2020 01:09:56 +0200 Subject: [PATCH] Enable automatic builds on all branches --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c66fa7c..71eb9bb7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Automated builds on: push: branches: - - master + - '*' tags: # Run when pushing version tags, since otherwise it's impossible to # restart a successful build after pushing a tag