From 95adc9a16dd65a88554143ef2fafc2c636fcc1a2 Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Fri, 20 Aug 2021 20:52:42 +0200 Subject: [PATCH] Build packages on branches that start with build- Co-authored-by: Maria Hansson --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: