From aeb28b33661355c2ee70c049fcb5cbbec93437e4 Mon Sep 17 00:00:00 2001 From: adrinr Date: Mon, 17 Apr 2023 20:50:49 +0100 Subject: [PATCH] Next --- .github/workflows/budibase_ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index 5edff52577..230a5a975f 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -97,6 +97,7 @@ jobs: run: | cd packages/pro echo ${{ github.head_ref }} + echo ${{ github.ref }} echo $github.head_ref if ! git branch --contains ${{ github.head_ref }} | grep -q chore/pro_as_submodule; then echo "Current commit is not part of main branch"