Skip to content

Commit 9be1f57

Browse files
authored
👷 Add scheduled CI (#39)
1 parent f802e56 commit 9be1f57

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- master
7+
schedule:
8+
# cron every week on monday
9+
- cron: "0 0 * * 1"
710

811
jobs:
912
build:

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- master
77
pull_request:
88
types: [opened, synchronize]
9+
schedule:
10+
# cron every week on monday
11+
- cron: "0 0 * * 1"
912

1013
jobs:
1114
build:

0 commit comments

Comments
 (0)