Skip to content

Merge pull request #295 from dannylee8/dannylee8-example-jupyternoteb… #404

Merge pull request #295 from dannylee8/dannylee8-example-jupyternoteb…

Merge pull request #295 from dannylee8/dannylee8-example-jupyternoteb… #404

Workflow file for this run

name: CI-CD
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
init:
uses: ./.github/workflows/init.yml
ci:
uses: ./.github/workflows/ci.yml
needs: init
doc:
uses: ./.github/workflows/doc.yml
needs: ci
cd:
uses: ./.github/workflows/cd.yml
secrets: inherit
needs: doc