Skip to content

add CI to deploy ioc-template-example #2

add CI to deploy ioc-template-example

add CI to deploy ioc-template-example #2

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
check:
uses: ./.github/workflows/_check.yml
example:
needs: check
if: github.ref_name == 'main'
uses: ./.github/workflows/_example.yml
secrets:
EXAMPLE_DEPLOY_KEY: ${{ secrets.EXAMPLE_DEPLOY_KEY }}