From 90f4221b31da6aac06ddc0c67dbaa58bd8b802c7 Mon Sep 17 00:00:00 2001 From: Hraban Luyat Date: Sun, 14 Jul 2024 22:36:50 -0400 Subject: [PATCH] debugging CI --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37e524c..9c776b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,8 @@ jobs: path: result/bin/git-hly release: - if: "github.ref == 'refs/heads/master'" + #NOMERGE + # if: "github.ref == 'refs/heads/master'" needs: - build runs-on: ubuntu-latest