Skip to content

github: update deploy action #10

github: update deploy action

github: update deploy action #10

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