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:
Родитель
d538f27909
Коммит
328dab177c
|
@ -1,10 +1,6 @@
|
|||
name: Lint
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
node:
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
name: Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
jest:
|
||||
|
|
Загрузка…
Ссылка в новой задаче