Skip to content

Commit 72807e1

Browse files
committed
ci: don't run ci if documentation files & friends have changed
1 parent 432f4fd commit 72807e1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,20 @@ name: CI
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- docs/**
7+
- "**/README.md"
8+
- CONTRIBUTING.md
9+
- LICENSE
10+
- cli/src/templates
511
push:
612
branches: [master]
13+
paths-ignore:
14+
- docs/**
15+
- "**/README.md"
16+
- CONTRIBUTING.md
17+
- LICENSE
18+
- cli/src/templates
719

820
concurrency:
921
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)