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 38bb35f commit d6186cdCopy full SHA for d6186cd
.github/workflows/deploy.yml
@@ -5,6 +5,9 @@ on:
5
branches:
6
- master
7
workflow_dispatch:
8
+ schedule:
9
+ # cron every week on monday
10
+ - cron: "0 0 * * 1"
11
12
jobs:
13
build:
.github/workflows/test.yml
@@ -7,6 +7,9 @@ on:
pull_request:
types: [opened, synchronize]
14
15
0 commit comments