summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-07-07 13:36:36 +0200
committertmartins <thigm85@gmail.com>2020-07-07 13:36:36 +0200
commit8b8cdfaabde1b6a9f3a294c249efa494ba1299c5 (patch)
tree991fcece89028b42014b016bc8b5b3e28172a0e6 /.github
parent155fcb71d9d05682df7fde02f9b7102f7363637d (diff)
set mode to PR only
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index ad1661607d1..2b8a070ac27 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -1,5 +1,5 @@
name: CI
-on: [push, pull_request]
+on: pull_request
jobs:
build:
runs-on: ubuntu-latest