From 7e9938a1bf166ba12a3bcc0e70606aa17b70e737 Mon Sep 17 00:00:00 2001 From: VSuryaprasad-HCL Date: Thu, 6 Feb 2025 14:22:10 +0000 Subject: [PATCH] updating workflow --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 074186d..1c6f695 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,13 @@ name: "build" on: push: branches: [ main ] + pull_request: branches: [ main ] - + paths: + - 'sdn_tests/**' + paths-ignore: + - '**' # Ignore all other paths jobs: build: name: Bazel Build and Test