Skip to content

Commit 1c42db3

Browse files
Realtinjanl
authored andcommitted
ci: update paths to ignore for tests
1 parent c68f02f commit 1c42db3

1 file changed

Lines changed: 16 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,26 @@ name: PouchDB CI
1111
on:
1212
push:
1313
paths-ignore:
14-
- '.github/actions/**'
15-
- '.github/workflows/docs.yml'
16-
- 'package.json'
17-
- 'bin/**'
14+
- '.github/ISSUE_TEMPLATE/'
15+
- '.github/PULL_REQUEST_TEMPLATE.md'
16+
- 'CONTRIBUTING.md'
17+
- 'DISCLAIMER'
18+
- 'LICENSE'
19+
- 'NOTICE'
20+
- 'README.md'
21+
- 'TESTING.md'
1822
- 'docs/**'
1923
pull_request:
2024
branches: [master]
2125
paths-ignore:
22-
- '.github/actions/**'
23-
- '.github/workflows/docs.yml'
24-
- 'package.json'
25-
- 'bin/**'
26+
- '.github/ISSUE_TEMPLATE/'
27+
- '.github/PULL_REQUEST_TEMPLATE.md'
28+
- 'CONTRIBUTING.md'
29+
- 'DISCLAIMER'
30+
- 'LICENSE'
31+
- 'NOTICE'
32+
- 'README.md'
33+
- 'TESTING.md'
2634
- 'docs/**'
2735

2836
env:

0 commit comments

Comments
 (0)