mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
Also run linters and tests on PRs
This commit is contained in:
parent
6e44ec0763
commit
6367043b2c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Style Checkers
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
name: Check
|
||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Build and tests
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue