Skip to content

Commit 8ed0ae7

Browse files
authored
chore: test unpinned daily
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent ff7d7ea commit 8ed0ae7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nodejs.yml

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

66
on:
77
push:
8-
branches: [ 'main', 'master', '1.0-dev' ]
8+
branches: [ 'main', 'master', 'next' ]
99
tags: [ 'v*' ]
1010
pull_request:
1111
workflow_dispatch:
1212
schedule:
13-
# schedule weekly tests, since dependencies are not intended to be locked
14-
# this means: at 23:42 on Fridays
15-
- 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 * * *'
1616

1717
concurrency:
1818
group: '${{ github.workflow }}-${{ github.ref }}'

0 commit comments

Comments
 (0)