Skip to content

chore: run ci on ci changes #23

chore: run ci on ci changes

chore: run ci on ci changes #23

Workflow file for this run

name: "CI"
on:
## Event: PR
push:
paths:
## Trigger: Global changes/release
- ".version"
- ".release"
- "gradle.properties"
- "*.kts"
- "**/*.kts"
- "**/*.kt"
- "**/*.java"
- "**/*.properties"
- "gradle/**"
- ".github/workflows/*.yml"
permissions:
contents: read
jobs:
## Build Library
build-library:
name: "CI: Build"
uses: ./.github/workflows/module.build.yml
secrets: inherit
permissions:
contents: "read"
id-token: "write"
checks: "write"
pull-requests: "read"
with:
graph: generate-and-submit