mirror of
https://github.com/trycua/cua.git
synced 2026-03-27 16:11:04 +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
363 B
YAML
17 lines
363 B
YAML
name: "CI: @trycua/cli"
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- "libs/typescript/cua-cli/**"
|
|
- ".github/workflows/ci-ts-cli.yml"
|
|
- ".github/workflows/ts-reusable-build.yml"
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/ts-reusable-build.yml
|
|
with:
|
|
package_name: "cli"
|
|
package_dir: "libs/typescript/cua-cli"
|
|
package_manager: "bun"
|