update CI triggers not to duplicate on pull requests

This commit is contained in:
itchyny
2020-05-07 16:16:19 +09:00
parent 1a118e1da9
commit 865c5c3b30

View File

@@ -1,6 +1,10 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
jobs:
test: