summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-07-07 13:34:54 +0200
committertmartins <thigm85@gmail.com>2020-07-07 13:34:54 +0200
commit155fcb71d9d05682df7fde02f9b7102f7363637d (patch)
tree3d2f9f8a91f8c5c83a60ff59d28f67e129a1d806 /.github
parent3c0902a1697dc395d27b6dd525cd0b2a6cc0486e (diff)
restore push, pr mode
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index c166d652ebd..ad1661607d1 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -1,8 +1,5 @@
name: CI
-on:
- push:
- branches:
- - master
+on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest