Skip to content

Commit d6186cd

Browse files
authored
👷 Add scheduled CI (#210)
1 parent 38bb35f commit d6186cd

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
@@ -5,6 +5,9 @@ on:
55
branches:
66
- master
77
workflow_dispatch:
8+
schedule:
9+
# cron every week on monday
10+
- cron: "0 0 * * 1"
811

912
jobs:
1013
build:

.github/workflows/test.yml

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

1114
jobs:
1215
build:

0 commit comments

Comments
 (0)