Skip to content

chore: shorten make command (#101) #79

chore: shorten make command (#101)

chore: shorten make command (#101) #79

Workflow file for this run

name: Push
on:
push:
branches: [main]
jobs:
test:
uses: ./.github/workflows/reusable-test.yml
docstest:
uses: ./.github/workflows/reusable-docstest.yml
release:
needs: [test, docstest]
uses: ./.github/workflows/reusable-release.yml
ghpages:
needs: [release]
uses: ./.github/workflows/reusable-ghpages.yml