Build packages on branches that start with build-
Co-authored-by: Maria Hansson <mariahansson92@hotmail.com>
This commit is contained in:
parent
579a9d0ad4
commit
95adc9a16d
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue