mirror of
https://github.com/restic/rest-server.git
synced 2026-09-26 14:01:21 -07:00
Also run linters and tests on PRs
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: Style Checkers
|
name: Style Checkers
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Check
|
name: Check
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: Build and tests
|
name: Build and tests
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
|||||||
Reference in New Issue
Block a user