We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d89ae2 commit d41201eCopy full SHA for d41201e
1 file changed
.github/workflows/vale.yml
@@ -9,6 +9,9 @@ on:
9
pull_request:
10
branches:
11
- main
12
+ workflow_dispatch:
13
+ schedule:
14
+ - cron: '3 2 1 * *'
15
16
jobs:
17
vale:
0 commit comments