summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pythonpackage.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 394f453..2b4acad 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -3,12 +3,10 @@ name: build
on:
push:
branches:
- - '**'
- create:
+ - master
+ pull_request:
branches:
- - 'master'
- tags:
- - '**'
+ - master
jobs:
linux: