Skip to content

Commit 36de430

Browse files
committed
chore: 🤖 migrate to new branch system
1 parent 36ff882 commit 36de430

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: "Pipeline"
22

33
on:
44
push:
5-
branches:
6-
- "main"
75
pull_request:
86
workflow_dispatch:
97

‎.moon/workspace.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ projects:
1010
vcs:
1111
manager: "git"
1212
provider: "github"
13-
defaultBranch: "main"
13+
defaultBranch: "development"
1414
hooks:
1515
pre-commit:
1616
- "moon run :check --affected"

0 commit comments

Comments
 (0)