Skip to content

try function serial #176

try function serial

try function serial #176

Workflow file for this run

on: [push]
jobs:
check:
uses: ./.github/workflows/check.yml
build:
needs: check
uses: ./.github/workflows/build.yml
if: github.ref == 'refs/heads/main'
deploy:
needs: build
uses: ./.github/workflows/deploy.yml
secrets: inherit
if: github.ref == 'refs/heads/main'