File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ name: ITK
22
33on :
44 push :
5- branches : [main, 1.0-dev]
5+ branches : [ main, 1.0-dev ]
66 pull_request :
77 paths :
8- - ' src/**'
9- - ' itk/**'
10- - ' pyproject.toml'
8+ - " src/**"
9+ - " itk/**"
10+ - " pyproject.toml"
1111
1212permissions :
1313 contents : read
Original file line number Diff line number Diff line change @@ -3,17 +3,6 @@ name: Minimal Install Smoke Test
33on :
44 push :
55 branches : [main, 1.0-dev]
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/**'
176 pull_request :
187 paths-ignore :
198 - ' **.md'
Original file line number Diff line number Diff line change @@ -3,17 +3,6 @@ name: Run TCK
33on :
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/**'
176 pull_request :
187 branches : [ "main" ]
198 paths-ignore :
Original file line number Diff line number Diff line change @@ -3,17 +3,6 @@ name: Run Unit Tests
33on :
44 push :
55 branches : [main, 1.0-dev]
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/**'
176 pull_request :
187 paths-ignore :
198 - ' **.md'
You can’t perform that action at this time.
0 commit comments