Skip to content

Commit 806be77

Browse files
committed
ci(main-community): 👷 Update CI configuration for main-community branch
Modified CI configuration files to trigger workflows on the main-community branch instead of the main branch. This change ensures that all relevant CI processes are aligned with the new branch structure. • Updated the branch references in update-docs-on-main.yml and update-size-on-main.yml. • Ensures that documentation and size updates are processed correctly for the community branch.
1 parent 07245b3 commit 806be77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-docs-on-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update API Docs
22

33
on:
44
push:
5-
branches: main
5+
branches: main-community
66
workflow_dispatch:
77
# allows triggering from the github UI
88
jobs:

.github/workflows/update-size-on-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update size
22

33
on:
44
push:
5-
branches: main
5+
branches: main-community
66
workflow_dispatch:
77
# allows triggering from the github UI
88
jobs:

0 commit comments

Comments
 (0)