Skip to content

Commit b3efaac

Browse files
hmmm
1 parent f57fad1 commit b3efaac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/fullBuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
run: git submodule update --init --recursive
2020
- name: Switch to full build branch and merge
2121
run: |
22+
#git checkout full-build
23+
#git merge origin/main
24+
git branch -a
2225
git checkout full-build
23-
git merge origin/main
2426
- name: Setup Node
2527
uses: actions/setup-node@v3
2628
with:

0 commit comments

Comments
 (0)