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:
|
build_package:
|
||||||
needs: lint_and_test
|
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
|
name: Build package
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue