From 62e0cffea1a8f43382cb11072a02b77cecdfec23 Mon Sep 17 00:00:00 2001 From: Ganesh Gore Date: Thu, 3 Dec 2020 23:48:45 -0700 Subject: [PATCH] [Actions] Disables build test in ganesh_dev branch --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aea5879..6cfd4db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,8 @@ name: linux_build # - scheduled weekly on: push: + branches-ignore: + - ganesh_dev pull_request: schedule: - cron: '0 0 * * 0 ' # weekly