ci: run workflow on push to master and tags OR pull requests (#2784)

This commit is contained in:
Erez Rokah 2019-10-23 10:54:50 +03:00 committed by GitHub
parent 2bafa2c8f3
commit 8c99ad854d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,14 @@
name: Node CI
on: [push, pull_request]
on:
push:
branches:
- master
tags:
- '*'
pull_request:
types: [opened, synchronize, reopened]
jobs:
build: