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