Remove pull_request from on tag for ci-push

For debug reasons I added pull_request to the on tag in #3119 but forgot to remove it and it went in cd096e0e6b
This commit is contained in:
Paulo Matos 2020-04-30 14:43:03 +02:00 committed by GitHub
parent 0eb9a2a1c4
commit c724cd130e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
name: CI
on: [push, pull_request]
on: [push]
jobs: