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)
16 lines
339 B
YAML
16 lines
339 B
YAML
name: "CI: cua-computer"
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- "libs/python/computer/**"
|
|
- ".github/workflows/ci-py-computer.yml"
|
|
- ".github/workflows/py-reusable-build.yml"
|
|
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/py-reusable-build.yml
|
|
with:
|
|
package_name: "computer"
|
|
package_dir: "libs/python/computer"
|