Skip to content

Commit f66d01d

Browse files
committed
chore: Add ignore rules to Github unit test action
1 parent 83e4741 commit f66d01d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/tests.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
---
22
name: Unit tests
3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths-ignore: &ignore
6+
- '**/*.md'
7+
- '**/*.asciidoc'
8+
- '**/*.txt'
9+
- 'docs/**'
10+
- '.ci/**'
11+
- '.buildkite/**'
12+
- 'scripts/**'
13+
- 'catalog-info.yaml'
14+
pull_request:
15+
paths-ignore: *ignore
416

517
jobs:
618
test:

0 commit comments

Comments
 (0)