From 540cef6c16af8ea015c717276d3955d5b15686c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schm=C3=B6lder?= Date: Thu, 12 Oct 2023 09:02:01 +0200 Subject: [PATCH] Run pipeline on PRs and master/dev branches --- .github/workflows/pipeline.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 064b067..f1adfcc 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -1,6 +1,11 @@ name: pipeline -on: [push, pull_request] +on: + push: + branches: + - master + - dev + pull_request: jobs: test-job: