Skip to content

Updates architecture docs (#35) #205

Updates architecture docs (#35)

Updates architecture docs (#35) #205

Workflow file for this run

name: Main Workflow
on:
push:
branches:
- '**'
pull_request:
release:
types: [published, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'release' && github.event.release.target_commitish || github.ref }}
cancel-in-progress: false
jobs:
build:
uses: ./.github/workflows/build.yml
publish:
if: github.event_name == 'release'
needs: build
uses: ./.github/workflows/publish.yml
secrets:
GH_APP_ID: ${{ secrets.GH_APP_ID }}
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}