Skip to content

Commit 04325d1

Browse files
committed
fix: Use correct branch after rename.
This will need to be fixed properly outside of this branch.
1 parent db03a10 commit 04325d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434
with:
3535
repository: 'google/blockly'
36-
ref: 'develop'
36+
ref: 'main'
3737
path: core-blockly
3838

3939
- name: Use Node.js 20.x

0 commit comments

Comments
 (0)