Skip to content

Commit efb45bc

Browse files
committed
LT-22361: Rename 'master' branch to 'main'
and close 'develop' and 'release/*' branches. Continuing to build pushes and PRs to release branches as a way to stabilize a release while the next sprint continues.
1 parent 01b5017 commit efb45bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Flex CI
22
on:
33
push:
4-
branches: ["release/**", "develop", "master", "feature/PubSub"]
4+
branches: ["release/**", "main", "feature/PubSub"]
55
pull_request:
6-
branches: ["release/**", "develop", "master", "feature/PubSub"]
6+
branches: ["release/**", "main", "feature/PubSub"]
77
workflow_dispatch:
88

99
concurrency:

0 commit comments

Comments
 (0)