Skip to content

Merge branch 'server-code-tools-imp' into server-path-alias #114

Merge branch 'server-code-tools-imp' into server-path-alias

Merge branch 'server-code-tools-imp' into server-path-alias #114

Workflow file for this run

name: On Push
on:
push:
branches-ignore:
- develop-**
jobs:
verify-client:
uses: ./.github/workflows/verify-client-reusable.yml
verify-server:
uses: ./.github/workflows/verify-server-reusable.yml
verify:
needs:
- verify-client
- verify-server
uses: ./.github/workflows/verify-reusable.yml