split into block and add pr preview

This commit is contained in:
2026-06-25 20:29:26 +01:00
parent 99917807f9
commit 81a8a76696
4 changed files with 109 additions and 51 deletions
+18
View File
@@ -0,0 +1,18 @@
name: PR Build
on:
pull_request:
jobs:
tags:
uses: ./.github/workflows/tags.yml
build:
needs: tags
strategy:
matrix: ${{fromJson(needs.tags.outputs.matrix)}}
uses: ./.github/workflows/build.yml
with:
push: false
nginx_version: ${{ matrix.version }}
tags: ${{ matrix.tags }}