From 0501068a1fcdf25787532b998d88633ddc4177e2 Mon Sep 17 00:00:00 2001 From: Julian Psotta <22392104+MichaelsJP@users.noreply.github.com> Date: Tue, 2 Feb 2021 20:15:42 +0100 Subject: [PATCH] fix workflow (#57) run workflows only for dedicated branches --- .github/workflows/ci-tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 1f742e82..6053fbc8 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -1,6 +1,11 @@ name: tests -on: [pull_request] +on: + pull_request: + branches: '**' + push: + branches: + - master jobs: build: