From de1e4391100419e73d737f3b3f5d53210e7dc4aa Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 25 Oct 2019 21:04:01 -0400 Subject: GitHub Actions: only build pushes into and PR against master This should fix the odd double builds for people who create branches for pull requests in the main repository. Signed-off-by: Dirk Hohndel --- .github/workflows/linux-bionic-5.9.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.github/workflows/linux-bionic-5.9.yml') diff --git a/.github/workflows/linux-bionic-5.9.yml b/.github/workflows/linux-bionic-5.9.yml index e616c2cb2..d82a9b3ad 100644 --- a/.github/workflows/linux-bionic-5.9.yml +++ b/.github/workflows/linux-bionic-5.9.yml @@ -1,5 +1,11 @@ name: Linux Qt 5.9 -on: [push, pull_request] +on: + push: + branches: + - master + pull_request: + branches: + - master jobs: buildOnBionic: -- cgit v1.2.3-70-g09d2