We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2937c86 commit 107a662Copy full SHA for 107a662
.github/workflows/calibreapp-image-actions.yml
@@ -7,20 +7,20 @@
7
# For other scenarios, a new PR will be opened if any images are compressed.
8
name: Compress images
9
on:
10
- pull_request:
11
- paths:
12
- - '**.jpg'
13
- - '**.jpeg'
14
- - '**.png'
15
- - '**.webp'
16
- push:
17
- branches:
18
- - main
19
20
21
22
23
+ # pull_request:
+ # paths:
+ # - '**.jpg'
+ # - '**.jpeg'
+ # - '**.png'
+ # - '**.webp'
+ # push:
+ # branches:
+ # - main
24
workflow_dispatch:
25
schedule:
26
- cron: '00 23 * * 0'
0 commit comments