From 08435b13c0efea1044647384fbf6af80f9844b6f Mon Sep 17 00:00:00 2001 From: insider-automation <117348511+insider-automation@users.noreply.github.com> Date: Tue, 26 Nov 2024 02:54:14 +0300 Subject: [PATCH] new workflow added --- .github/workflows/security_allinone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/security_allinone.yml b/.github/workflows/security_allinone.yml index b6116318..dbd1a276 100644 --- a/.github/workflows/security_allinone.yml +++ b/.github/workflows/security_allinone.yml @@ -1,7 +1,8 @@ name: Security AllInOne on: push: - branches: '**' + branches: + - feature/* pull_request: types: - opened