ci: run build job on pull requests #317

Merged
argoyle merged 1 commits from feat/ci-docker-build into main 2026-01-13 06:52:55 +00:00
-1
View File
@@ -33,7 +33,6 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [test, vulnerabilities] needs: [test, vulnerabilities]
if: github.event_name == 'push'
env: env:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }} BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }} GITEA_REPOSITORY: ${{ gitea.repository }}