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: 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