mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-29 02:16:21 +02:00
19 lines
386 B
YAML
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
|