We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8130aa2 + cb95424 commit 0a64893Copy full SHA for 0a64893
1 file changed
.github/workflows/run-tck.yaml
@@ -3,6 +3,17 @@ name: Run TCK
3
on:
4
push:
5
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/**'
17
pull_request:
18
19
paths-ignore:
0 commit comments