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