diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b408b60..9ded7af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,11 +10,11 @@ name: build on: push: - branches: [ main ] + branches: [ main, build-fix ] tags: - "v?[0-9]+.[0-9]+.[0-9]+*" pull_request: - branches: [ main ] + branches: [ main, build-fix ] jobs: test: