From af905763d6ee3b97666a7a4dcf7813f6f73ff856 Mon Sep 17 00:00:00 2001 From: realmarv Date: Tue, 14 Mar 2023 14:06:29 +0330 Subject: [PATCH] WIP2 --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7788aab7..36345a0e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,5 +26,8 @@ jobs: if: github.event_name == 'pull_request' run: | echo ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} \ + - name: Git branches + run: | + git branch - name: Check if gitPush1by1 was used run: dotnet fsi scripts/detectNotUsingGitPush1by1.fsx