examples/.github/workflows/ci.yml
Anatolios Laskaris 8fea53cbb3
chore: Update CI (#446)
* Update CI

* Trigger

* Fix

* Fix

* Ignore changed in docs
2023-05-08 16:52:28 +03:00

18 lines
247 B
YAML

name: ci
on:
pull_request:
branches:
- "main"
paths:
- "!**.md"
concurrency:
group: "gitops-${{ github.ref }}"
cancel-in-progress: true
jobs:
js:
name: "JS projects"
uses: ./.github/workflows/js-projects.yml