neko/.github/workflows/webpage_test.yml
Miroslav Šedivý dfc2e5505c update names.
2025-03-30 18:30:05 +02:00

19 lines
386 B
YAML

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