Skip to content

Commit 72700f0

Browse files
authored
chore: test unpinned daily
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 50e2a07 commit 72700f0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/nodejs.yml

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

66
on:
77
push:
8-
branches: [ "master" ]
8+
branches: [ "master", "next" ]
9+
tags: [ "v*" ]
910
pull_request:
1011
workflow_dispatch:
1112
schedule:
12-
# schedule weekly tests, since dependencies are not intended to be locked
13-
# this means: at 23:42 on Fridays
14-
- cron: '42 23 * * 5'
13+
# schedule daily tests, since dependencies are not intended to be locked
14+
# this means: at 23:42 every day
15+
- cron: '42 23 * * *'
1516

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

0 commit comments

Comments
 (0)