1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

ci(github): run ci and publish test on PRs

This commit is contained in:
Sergio Herrera Guzmán 2019-10-03 11:18:43 +02:00
parent b1b0c25212
commit 5415d17e44
2 changed files with 2 additions and 2 deletions

@ -1,6 +1,6 @@
name: CI
on: push
on: [push, pull_request]
jobs:
ci:

@ -1,6 +1,6 @@
name: Docker & Publish Pre-check
on: push
on: [push, pull_request]
jobs:
testDocker: