From 52e07a47362101a3746f501ef6dfb846af0f7bd5 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 12 May 2020 01:13:01 +0200 Subject: [PATCH] Actually 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 71eb9bb7..ec90a0c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Automated builds on: push: branches: - - '*' + - '**' tags: # Run when pushing version tags, since otherwise it's impossible to # restart a successful build after pushing a tag