Skip to content

Commit 107a662

Browse files
authored
Don't autocompress on each push/PR
1 parent 2937c86 commit 107a662

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/calibreapp-image-actions.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
# For other scenarios, a new PR will be opened if any images are compressed.
88
name: Compress images
99
on:
10-
pull_request:
11-
paths:
12-
- '**.jpg'
13-
- '**.jpeg'
14-
- '**.png'
15-
- '**.webp'
16-
push:
17-
branches:
18-
- main
19-
paths:
20-
- '**.jpg'
21-
- '**.jpeg'
22-
- '**.png'
23-
- '**.webp'
10+
# pull_request:
11+
# paths:
12+
# - '**.jpg'
13+
# - '**.jpeg'
14+
# - '**.png'
15+
# - '**.webp'
16+
# push:
17+
# branches:
18+
# - main
19+
# paths:
20+
# - '**.jpg'
21+
# - '**.jpeg'
22+
# - '**.png'
23+
# - '**.webp'
2424
workflow_dispatch:
2525
schedule:
2626
- cron: '00 23 * * 0'

0 commit comments

Comments
 (0)