Skip to content

Commit

Permalink
chore: 修改触发 action
Browse files Browse the repository at this point in the history
  • Loading branch information
shinken008 committed Mar 30, 2021
1 parent 9693870 commit 97644aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Node CI
on:
push:
branches:
- next
- fix/testCase
pull_request:
branches:
- next
- fix/testCase

jobs:
build:
Expand Down Expand Up @@ -48,8 +48,8 @@ jobs:
run: yarn
- name: bootstrap
run: yarn run bootstrap:lerna
- name: lint
run: yarn run lint
# - name: lint
# run: yarn run lint
- name: build
run: yarn run build
- name: test
Expand Down

0 comments on commit 97644aa

Please sign in to comment.