ci(test+lint): Do not test and lint pushes, only PRs

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2022-12-27 15:18:11 +01:00
Родитель d538f27909
Коммит 328dab177c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CC42AC2A7F0E56D8
2 изменённых файлов: 2 добавлений и 10 удалений

6
.github/workflows/lint.yml поставляемый
Просмотреть файл

@ -1,10 +1,6 @@
name: Lint
on:
pull_request:
push:
branches:
- main
on: pull_request
jobs:
node:

6
.github/workflows/npm-test.yml поставляемый
Просмотреть файл

@ -1,10 +1,6 @@
name: Test
on:
pull_request:
push:
branches:
- main
on: pull_request
jobs:
jest: