Skip to content

fix: further platform artifact fixes #8

fix: further platform artifact fixes

fix: further platform artifact fixes #8

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
build-dependency-graph:
name: "Build & Test"
uses: ./.github/workflows/ci.dependency-graph.yml
permissions:
contents: write # needed for graph write
checks-gradle:
name: "Checks"
uses: ./.github/workflows/check.gradle-wrapper.yml