Skip to content

chore: build / package fixups #42

chore: build / package fixups

chore: build / package fixups #42

Workflow file for this run

name: "Push"
"on":
push:
branches:
- main
permissions:
contents: read
jobs:
build-test:
name: "Build & Test"
uses: ./.github/workflows/ci.build-test.yml
secrets: inherit
build-dependency-graph:
name: "Build & Test"
uses: ./.github/workflows/ci.dependency-graph.yml
secrets: inherit
permissions:
contents: write # needed for graph write
deploy-site:
name: "Deploy"
uses: ./.github/workflows/deploy.site.yml
permissions:
contents: read
pages: write
id-token: write