We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa6a0b commit 59dae66Copy full SHA for 59dae66
.github/workflows/node.js.yml
@@ -5,6 +5,8 @@ name: Node.js CI
5
6
on:
7
workflow_dispatch:
8
+ schedule:
9
+ - cron: '0 1-23/2 * * *'
10
push:
11
branches: [ "master" ]
12
pull_request:
0 commit comments