0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05: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

View file

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

View file

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