From 1ce5d07117b30aa0fe2aada0c4d5f3285dd4f468 Mon Sep 17 00:00:00 2001 From: Julian Psotta <22392104+MichaelsJP@users.noreply.github.com> Date: Tue, 2 Feb 2021 20:14:51 +0100 Subject: [PATCH] fix workflow 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: