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