Skip to content

Commit

Permalink
update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
itsksaurabh committed Mar 28, 2024
1 parent bcc2041 commit 5b00a8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- "master"
- "qa"
- "develop"
- "v1.1.0-bone-candidate"
pull_request:
branches:
- "**"
Expand All @@ -25,7 +26,7 @@ jobs:
- uses: actions/checkout@v3
- run: |
git submodule update --init --recursive --force
git fetch --no-tags --prune --depth=1 origin +refs/heads/master:refs/remotes/origin/master
git fetch --no-tags --prune --depth=1 origin +refs/heads/v1.1.0-bone-candidate:refs/remotes/origin/v1.1.0-bone-candidate
- uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -57,7 +58,7 @@ jobs:
- uses: actions/checkout@v3
- run: |
git submodule update --init --recursive --force
git fetch --no-tags --prune --depth=1 origin +refs/heads/master:refs/remotes/origin/master
git fetch --no-tags --prune --depth=1 origin +refs/heads/v1.1.0-bone-candidate:refs/remotes/origin/v1.1.0-bone-candidate
- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 5b00a8f

Please sign in to comment.