Skip to content

Commit 195b88e

Browse files
committed
sup
1 parent 2086759 commit 195b88e

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ name: 'deploy'
22

33
on:
44
workflow_dispatch:
5+
56
push:
6-
paths: '**.yml'
7-
# schedule:
8-
# - cron: '20 4 * * 6'
7+
paths:
8+
- '**.yml'
9+
10+
schedule:
11+
- cron: '20 4 4,20 * *'
912

1013
jobs:
1114
build:

0 commit comments

Comments
 (0)