Fix branch checking part 2

This commit is contained in:
Liam 2022-10-26 21:23:03 +01:00
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