Archived
1
0

add build test yml
All checks were successful
404 page build / page-build (push) Successful in 17s

This commit is contained in:
2025-03-01 13:29:18 +01:00
parent 2e0e38d205
commit 8561d6ecf5

View File

@ -0,0 +1,15 @@
name: 404 page build test
on:
push:
branches-ignore:
- develop
jobs:
test-page-build:
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout repository
uses: actions/checkout@v4