Skip to content

Commit 7e03c6e

Browse files
authored
chore: Update workflows to reference main instead of develop (#9517)
* chore: Update workflows to reference `main` instead of `develop` * chore: Remove develop freeze action
1 parent da5e8e6 commit 7e03c6e

2 files changed

Lines changed: 2 additions & 28 deletions

File tree

.github/workflows/develop_freeze.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/keyboard_plugin_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
push:
99
branches:
10-
- develop
10+
- main
1111

1212
permissions:
1313
contents: read
@@ -50,7 +50,7 @@ jobs:
5050
npm install
5151
cd ..
5252
53-
- name: Link latest core develop with plugin
53+
- name: Link latest core main with plugin
5454
run: |
5555
cd core-blockly
5656
npm run package

0 commit comments

Comments
 (0)