Skip to content

docs: decouple readme and notes markdown files #9

docs: decouple readme and notes markdown files

docs: decouple readme and notes markdown files #9

Workflow file for this run

name: CI
on: [push]
jobs:
essential-test:
name: Call Essential Test Workflow
uses: ./.github/workflows/essential-test.yml
build:
name: Call Build Distribution Workflow
needs: [essential-test]
uses: ./.github/workflows/build-distribution.yml
if: >-
github.ref == 'refs/heads/main' ||
github.ref == 'refs/heads/master'