Merge pull request #141 from KyoriPowered/renovate/kotlin-monorepo #702
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build, Test, and Deploy | |
on: | |
push: | |
branches: "**" | |
tags-ignore: ["**"] | |
pull_request: | |
jobs: | |
call-build: | |
uses: KyoriPowered/.github/.github/workflows/shared-ci.yaml@trunk | |
secrets: inherit |