We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ff882 commit 36de430Copy full SHA for 36de430
‎.github/workflows/ci.yml
@@ -2,8 +2,6 @@ name: "Pipeline"
2
3
on:
4
push:
5
- branches:
6
- - "main"
7
pull_request:
8
workflow_dispatch:
9
‎.moon/workspace.yml
@@ -10,7 +10,7 @@ projects:
10
vcs:
11
manager: "git"
12
provider: "github"
13
- defaultBranch: "main"
+ defaultBranch: "development"
14
hooks:
15
pre-commit:
16
- "moon run :check --affected"
0 commit comments