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