From 4ef546bff57553609e6d89e9da573016fc379e64 Mon Sep 17 00:00:00 2001 From: Ronnak Saxena Date: Wed, 6 Sep 2023 15:53:20 -0700 Subject: [PATCH] added stars to worklow files Signed-off-by: Ronnak Saxena --- .github/workflows/docker-security-test-workflow.yml | 2 +- .github/workflows/security-test-workflow.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-security-test-workflow.yml b/.github/workflows/docker-security-test-workflow.yml index 6ff563f5b..9ca19f548 100644 --- a/.github/workflows/docker-security-test-workflow.yml +++ b/.github/workflows/docker-security-test-workflow.yml @@ -2,7 +2,7 @@ name: Docker Security Test Workflow on: pull_request: branches: - - "*" + - "**" push: branches: - "*" diff --git a/.github/workflows/security-test-workflow.yml b/.github/workflows/security-test-workflow.yml index 71bfea68e..e8d34fcc7 100644 --- a/.github/workflows/security-test-workflow.yml +++ b/.github/workflows/security-test-workflow.yml @@ -3,7 +3,7 @@ name: Security test workflow on: pull_request: branches: - - "*" + - "**" push: branches: - "*"