Skip to content

Commit 0a64893

Browse files
committed
Merge remote-tracking branch 'origin/main' into ishymko/ci-cleanup
2 parents 8130aa2 + cb95424 commit 0a64893

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/run-tck.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ name: Run TCK
33
on:
44
push:
55
branches: [ "main" ]
6+
paths-ignore:
7+
- '**.md'
8+
- 'LICENSE'
9+
- 'docs/**'
10+
- '.github/CODEOWNERS'
11+
- '.github/ISSUE_TEMPLATE/**'
12+
- '.github/PULL_REQUEST_TEMPLATE.md'
13+
- '.github/dependabot.yml'
14+
- '.gitignore'
15+
- '.git-blame-ignore-revs'
16+
- '.gemini/**'
617
pull_request:
718
branches: [ "main" ]
819
paths-ignore:

0 commit comments

Comments
 (0)