only run lint on pr workflow (#386)
This commit is contained in:
Родитель
0776baa9be
Коммит
4fe38efc93
|
@ -1,8 +1,6 @@
|
|||
name: Lint Code Base
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ name: Test and build
|
|||
|
||||
on: [pull_request]
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
|
|
1
Makefile
1
Makefile
|
@ -1,6 +1,7 @@
|
|||
SHELL = /bin/sh
|
||||
|
||||
test: info
|
||||
@echo Running tests
|
||||
@script/cibuild --no-package
|
||||
|
||||
info:
|
||||
|
|
Загрузка…
Ссылка в новой задаче