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 05bcb66 commit 554f0fdCopy full SHA for 554f0fd
.github/workflows/nodejs.yml
@@ -5,12 +5,13 @@ name: Node CIf
5
6
on:
7
push:
8
- branches: [ "master" ]
+ branches: [ "main", "master", "next" ]
9
+ tags: [ "v*" ]
10
pull_request:
11
workflow_dispatch:
12
schedule:
- - # test every sunday, if the setup still works
13
- cron: '20 4 * * SUN'
+ - # test every night, if the setup still works
14
+ cron: '42 23 * * *'
15
16
concurrency:
17
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments