Skip to content

Commit 4eb6432

Browse files
committed
WIP
1 parent ce69a35 commit 4eb6432

4 files changed

Lines changed: 4 additions & 37 deletions

File tree

.github/workflows/itk.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: ITK
22

33
on:
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

1212
permissions:
1313
contents: read

.github/workflows/minimal-install.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@ name: Minimal Install Smoke Test
33
on:
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'

.github/workflows/run-tck.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@ 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/**'
176
pull_request:
187
branches: [ "main" ]
198
paths-ignore:

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@ name: Run Unit Tests
33
on:
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'

0 commit comments

Comments
 (0)