From 3884ab0df2c47ab6d2077f6acf06a684e3222a62 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 22 Jun 2021 20:58:29 +1000 Subject: [PATCH] Change workflow target --- .github/workflows/python.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index caf374864e..7e32685af1 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -2,11 +2,14 @@ name: Python Bindings -#on: -# push: -# branches: -# - 'master' -on: ["pull_request"] +on: + push: + branches: + - master + + pull_request: + branches-ignore: + - l10* jobs: