Merge pull request #3971 from element-hq/quenting/always-build

Always run the build workflow on PRs
This commit is contained in:
Quentin Gliech
2025-02-05 17:33:58 +01:00
committed by GitHub
+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