From 03a190e751fc3d56a5ace8067ff6ba11311680a1 Mon Sep 17 00:00:00 2001 From: mafasva <156201303+mafasva@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:40:34 +0200 Subject: [PATCH] start pipeline on PR open (#510) * start pipeline on PR open * start pipeline on PR open --- .github/workflows/build-for-development.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-for-development.yml b/.github/workflows/build-for-development.yml index 56bda789..a8958da7 100644 --- a/.github/workflows/build-for-development.yml +++ b/.github/workflows/build-for-development.yml @@ -5,7 +5,7 @@ on: branches: [ 'feature/**', 'dependabot/**' ] pull_request_target: branches: [ develop ] - types: [ closed ] + types: [ closed, opened ] jobs: test_and_scan: