Skip to content

Commit 554f0fd

Browse files
committed
chore: test unpinned dayly
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 05bcb66 commit 554f0fd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ name: Node CIf
55

66
on:
77
push:
8-
branches: [ "master" ]
8+
branches: [ "main", "master", "next" ]
9+
tags: [ "v*" ]
910
pull_request:
1011
workflow_dispatch:
1112
schedule:
12-
- # test every sunday, if the setup still works
13-
cron: '20 4 * * SUN'
13+
- # test every night, if the setup still works
14+
cron: '42 23 * * *'
1415

1516
concurrency:
1617
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)