Skip to content

Commit 27c61ad

Browse files
committed
hotfix for missing branches
1 parent afdfc16 commit 27c61ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cd_dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master
10+
- name: Fetch all branches
11+
run: git fetch --all
1012
- name: Merge with main
1113
uses: devmasx/merge-branch@master
1214
with:

0 commit comments

Comments
 (0)