We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4427a4f commit ea4823cCopy full SHA for ea4823c
.github/workflows/nodejs.yml
@@ -5,9 +5,9 @@ name: Node.js CI
5
6
on:
7
push:
8
- branches: [ master ]
+ branches: [ master, next ]
9
pull_request:
10
11
12
jobs:
13
test-postgresql-fs-nfs:
@@ -173,11 +173,6 @@ jobs:
173
174
test-mysql57-s3-nfs:
175
runs-on: ${{ matrix.os }}
176
- # if: |
177
- # contains('
178
- # refs/heads/master
179
- # refs/heads/dev
180
- # ', github.ref)
181
182
services:
183
mysql:
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
name: Release
2
3
4
release:
0 commit comments