Skip to content

Commit ea4823c

Browse files
committed
chore: enable auto release on next branch
1 parent 4427a4f commit ea4823c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/nodejs.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ master, next ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ master, next ]
1111

1212
jobs:
1313
test-postgresql-fs-nfs:
@@ -173,11 +173,6 @@ jobs:
173173

174174
test-mysql57-s3-nfs:
175175
runs-on: ${{ matrix.os }}
176-
# if: |
177-
# contains('
178-
# refs/heads/master
179-
# refs/heads/dev
180-
# ', github.ref)
181176

182177
services:
183178
mysql:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [ master, next ]
55

66
jobs:
77
release:

0 commit comments

Comments
 (0)