summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-07-07 20:38:33 +0200
committertmartins <thigm85@gmail.com>2020-07-07 20:38:33 +0200
commit134f8b258392ad7bba9d3029132d179efa8fc9dc (patch)
tree2c5f76542913b40ae736d439101b284ce1dac80b /.github
parent8b8cdfaabde1b6a9f3a294c249efa494ba1299c5 (diff)
include push to master as trigger
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 2b8a070ac27..e85c0837170 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -1,5 +1,9 @@
name: CI
-on: pull_request
+on:
+ pull_request:
+ push:
+ branches:
+ - master
jobs:
build:
runs-on: ubuntu-latest