Skip to content

Always update pre-release #2

Always update pre-release

Always update pre-release #2

Workflow file for this run

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