Fix branch checking part 2
This commit is contained in:
parent
c17e34d9c1
commit
1f88c3a840
@ -10,7 +10,7 @@ steps:
|
||||
when:
|
||||
branch:
|
||||
exclude:
|
||||
- master
|
||||
- main
|
||||
commands:
|
||||
- npm install
|
||||
- name: test
|
||||
@ -18,7 +18,7 @@ steps:
|
||||
when:
|
||||
branch:
|
||||
exclude:
|
||||
- master
|
||||
- main
|
||||
commands:
|
||||
- npm run lint
|
||||
|
||||
|
Reference in New Issue
Block a user