diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7b9144..ec3e91b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: build_package: needs: lint_and_test - if: github.ref == 'refs/heads/main' + if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/build-') }} name: Build package strategy: matrix: