mirror of
https://github.com/trycua/cua.git
synced 2026-03-26 22:08:16 +00:00
- Remove push to main triggers from all CI workflows (only run on PRs) - Rename "Bump Version & Publish" workflow to "CD: Bump & Publish" for consistency - Keep push triggers for ci-check-links (needed to catch external link changes)
17 lines
361 B
YAML
17 lines
361 B
YAML
name: "CI: @trycua/core"
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- "libs/typescript/core/**"
|
|
- ".github/workflows/ci-ts-core.yml"
|
|
- ".github/workflows/ts-reusable-build.yml"
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/ts-reusable-build.yml
|
|
with:
|
|
package_name: "core"
|
|
package_dir: "libs/typescript/core"
|
|
package_manager: "pnpm"
|