Build packages on branches that start with build-

Co-authored-by: Maria Hansson <mariahansson92@hotmail.com>
This commit is contained in:
Martin Frost 2021-08-20 20:52:42 +02:00
parent 579a9d0ad4
commit 95adc9a16d
1 changed files with 1 additions and 1 deletions

View File

@ -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: