Skip to content

Examples: Remove leading slashes from all topics #19

Examples: Remove leading slashes from all topics

Examples: Remove leading slashes from all topics #19

name: Develop
on:
workflow_dispatch:
push:
branches: [main]
jobs:
build:
uses: ./.github/workflows/build.yml
with:
build-type: Debug
test:
uses: ./.github/workflows/test.yml
deploy:
needs: [build, test]
uses: ./.github/workflows/deploy.yml
with:
deploy-type: dev
secrets: inherit