Only trigger on PRs or pushes against the master and dev branch… (#4982)

This commit is contained in:
Franck Nijhof 2020-02-25 19:06:14 +01:00 committed by GitHub
parent 1f23e9062f
commit 106d405699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- dev
- master
pull_request:
branches:
- dev
- master
jobs:
lint: