Skip to content

Commit 2391395

Browse files
committed
Merge branch 'main' into add-screen-reader-support-experimental
2 parents 47a726d + c773ad9 commit 2391395

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
build_tip_of_tree_v12:
16-
name: Build test (against add-screen-reader-support-experimental core develop)
16+
name: Build test (against add-screen-reader-support-experimental core)
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout experimentation plugin

.github/workflows/pages.yml

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

3838
- name: Checkout add-screen-reader-support-experimental core Blockly
3939
uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
webdriverio_tests:
17-
name: WebdriverIO tests (against add-screen-reader-support-experimental core develop)
17+
name: WebdriverIO tests (against add-screen-reader-support-experimental core)
1818
timeout-minutes: 10
1919
runs-on: ${{ matrix.os }}
2020

0 commit comments

Comments
 (0)