Always run the build workflow on PRs

This commit is contained in:
Quentin Gliech
2025-02-05 17:14:31 +01:00
parent 53ce40e5bd
commit 43b43ad442
+2 -4
View File
@@ -13,10 +13,6 @@ on:
branches:
- main
- 'release/**'
paths:
- Dockerfile
- docker-bake.hcl
- .github/workflows/build.yaml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@@ -301,6 +297,8 @@ jobs:
contents: read
id-token: write
if: github.event_name != 'pull_request'
steps:
- name: Checkout the code
uses: actions/checkout@v4.2.2