test docker builds for all pushes and prs

This commit is contained in:
Laura Batalha 2025-05-04 00:31:16 +01:00
parent 744f6b55e9
commit 440b45c93b
No known key found for this signature in database
GPG key ID: FF87260D8C08DA64

View file

@ -36,7 +36,7 @@ jobs:
package:
#needs: test
if: startsWith(github.ref, 'refs/tags/')
#if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
environment: ${{ contains(github.ref, '-') && 'development' || 'production' }}
steps:
@ -99,7 +99,7 @@ jobs:
fail_on_unmatched_files: true
build-containers-release:
#needs: test
needs: package
#if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
permissions: