neko/.github/workflows/webpage_test.yml
2025-03-30 17:45:18 +02:00

19 lines
398 B
YAML

name: Test Webpage Build
on:
pull_request:
branches:
- master
paths:
- webpage/**
- .github/workflows/webpage_build.yml
- .github/workflows/webpage_test.yml
jobs:
webpage-test:
name: Test Webpage Build
uses: ./.github/workflows/webpage_build.yml
with:
# Do not upload artifacts for test builds
with-artifact: false
secrets: inherit