ci: don't run ci if documentation files & friends have changed

This commit is contained in:
Amaan Qureshi 2024-12-24 22:44:37 -05:00
parent 432f4fd9b5
commit 72807e187e

View file

@ -2,8 +2,20 @@ name: CI
on:
pull_request:
paths-ignore:
- docs/**
- "**/README.md"
- CONTRIBUTING.md
- LICENSE
- cli/src/templates
push:
branches: [master]
paths-ignore:
- docs/**
- "**/README.md"
- CONTRIBUTING.md
- LICENSE
- cli/src/templates
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}