From d838f861af01805e79574c47e96e23ab5707b43b Mon Sep 17 00:00:00 2001 From: David Refoua Date: Sun, 23 Apr 2023 23:43:26 +0330 Subject: [PATCH] checkout development --- .github/workflows/branches.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index e850479..4341c79 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -20,6 +20,8 @@ jobs: steps: # Checks-out the repository under $GITHUB_WORKSPACE, so the job can access it - uses: actions/checkout@v3 + with: + ref: development # Runs a single command using the runners shell - name: Merge master into development