Skip to content

Commit bbaa176

Browse files
authored
Update nodejs.yml
1 parent 0c8470c commit bbaa176

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/nodejs.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ name: sass-loader
33
on:
44
push:
55
branches:
6-
- master
7-
- next
8-
pull_request:
9-
branches:
10-
- master
11-
- next
6+
- v10
127

138
jobs:
149
lint:
@@ -46,8 +41,6 @@ jobs:
4641
- name: Security audit
4742
run: npm run security
4843

49-
- name: Check commit message
50-
uses: wagoid/commitlint-github-action@v1
5144

5245
test:
5346
name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }}

0 commit comments

Comments
 (0)