Dont run CI on pr events

This commit is contained in:
Lucio Franco
2019-09-24 21:04:35 -04:00
parent 41d0f6ac5e
commit 0fc432e578
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: interop
on: [push,pull_request]
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
+1 -1
View File
@@ -1,5 +1,5 @@
name: test
on: [push,pull_request]
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}