update CI triggers not to duplicate on pull requests

This commit is contained in:
itchyny 2020-05-07 15:46:56 +09:00
parent e5da254c11
commit c0e9cd0f3d

View file

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