From 682503128ae3b5e42473ba40e239d33df5da3f35 Mon Sep 17 00:00:00 2001 From: Phani Kumar Mallampati Date: Tue, 18 Jun 2024 16:21:56 -0700 Subject: [PATCH] Migrate Jenkins CI to github actions for sift-dotnet git repo --- .github/workflows/ci-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 9c4470e..a72ed1c 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -4,6 +4,7 @@ on: push: branches: - '*' + - '!master' env: # Setting an environment variable with the value of a configuration variable