Skip to content

Commit 3fb674a

Browse files
committed
CI & CD: little cleanup
1 parent 25c2422 commit 3fb674a

File tree

5 files changed

+0
-13
lines changed

5 files changed

+0
-13
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@ name: Analysis & Coverage
22

33
on:
44
pull_request:
5-
branches: [master]
6-
types: [opened, edited, reopened, synchronize]
75
paths:
86
- 'pillow_heif/*.*'
97
- 'tests/**'
108
- 'setup.*'
119
- 'pyproject.toml'
1210
push:
13-
branches: [master]
1411
paths:
1512
- 'pillow_heif/*.*'
1613
- 'tests/**'

.github/workflows/build-cache-deps.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Build Linux dependencies
22

33
on:
44
push:
5-
branches: [master]
65
paths:
76
- 'libheif/linux/**'
87
- 'libheif/linux_*.py'

.github/workflows/test-src-build-linux.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
workflow_dispatch:
55
workflow_call:
66
pull_request:
7-
branches: [master]
8-
types: [opened, edited, reopened, synchronize]
97
paths:
108
- 'libheif/linux/**'
119
- 'libheif/linux_*.py'
@@ -14,7 +12,6 @@ on:
1412
- 'setup.*'
1513
- 'pyproject.toml'
1614
push:
17-
branches: [master]
1815
paths:
1916
- 'libheif/linux/**'
2017
- 'libheif/linux_*.py'

.github/workflows/test-src-build-macos.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@ on:
44
workflow_dispatch:
55
workflow_call:
66
pull_request:
7-
branches: [master]
8-
types: [opened, reopened, edited]
97
paths:
108
- 'libheif/macos/**'
119
- 'libheif/build.py'
1210
- 'libheif/public_api.h'
1311
- 'setup.*'
1412
- 'pyproject.toml'
1513
push:
16-
branches: [master]
1714
paths:
1815
- 'libheif/macos/**'
1916
- 'libheif/build.py'

.github/workflows/test-src-build-windows.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@ on:
44
workflow_dispatch:
55
workflow_call:
66
pull_request:
7-
branches: [master]
8-
types: [opened, reopened, edited]
97
paths:
108
- 'libheif/windows/**'
119
- 'libheif/build.py'
1210
- 'libheif/public_api.h'
1311
- 'setup.*'
1412
- 'pyproject.toml'
1513
push:
16-
branches: [master]
1714
paths:
1815
- 'libheif/windows/**'
1916
- 'libheif/build.py'

0 commit comments

Comments
 (0)