Skip to content

Return early if serverPath is not set #34

Return early if serverPath is not set

Return early if serverPath is not set #34

name: publish_workflow
on:
push:
branches:
- main
jobs:
call-build:
uses: ./.github/workflows/build.yml
call-publish:
needs: call-build
uses: ./.github/workflows/publish.yml
secrets: inherit