From 55f09b9740d1775db861d0423759e1fd186a0d91 Mon Sep 17 00:00:00 2001 From: James Verbus Date: Wed, 7 Apr 2021 23:42:23 -0700 Subject: [PATCH] Corrected main development branch name in GitHub Actions yml file. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8eccec5..b1a7b51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: needs: build # Release job, only for pushes to the main development branch if: github.event_name == 'push' - && github.ref == 'refs/heads/main' + && github.ref == 'refs/heads/master' && github.repository == 'linkedin/isolation-forest' && !contains(toJSON(github.event.commits.*.message), '[skip release]') steps: