Skip to content

github: update azure actions to v2 #16

github: update azure actions to v2

github: update azure actions to v2 #16

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