Skip to content

Move HTML template handling to route package #1333

Move HTML template handling to route package

Move HTML template handling to route package #1333

Workflow file for this run

name: test
on:
push:
paths-ignore:
- 'test/azure-pipelines/**'
pull_request:
paths-ignore:
- 'test/azure-pipelines/**'
jobs:
test-linux:
uses: ./.github/workflows/test.linux.yml
test-windows:
uses: ./.github/workflows/test.windows.yml
deploy-docker:
needs: test-linux
if: github.event_name == 'push' && github.ref_name == 'main'
uses: ./.github/workflows/test.docker.yml
secrets: inherit