Skip to content

Commit e99ceb8

Browse files
authored
Update update_lets_encrypt_certificate.yml
1 parent ab405b1 commit e99ceb8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/update_lets_encrypt_certificate.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ name: Update Let's Encrypt certificate
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '0 0 1 * *'
5+
- cron: '0 0 1 * *' # monthly
6+
push:
7+
branches:
8+
- master
9+
paths:
10+
- '.github/workflows/update_lets_encrypt_certificate.yml'
611
jobs:
712
update_certificate:
813
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)