Skip to content

Commit 0c81653

Browse files
committed
fix: ensure release configuration uses the main branch
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
1 parent 7909e7f commit 0c81653

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/zxc-compile-explorer-code.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: "ZXC: Compile"
1+
name: "ZXC: Compile Explorer Code"
22
on:
33
workflow_call:
44
inputs:
55
enable-unit-tests:
6-
description: "Unit Testing Enabled:"
6+
description: "Unit Testing Enabled"
77
type: boolean
88
required: false
99
default: false
1010
enable-e2e-tests:
11-
description: "E2E Testing Enabled:"
11+
description: "E2E Testing Enabled"
1212
type: boolean
1313
required: false
1414
default: false
1515
enable-sonar-analysis:
16-
description: "Sonar Analysis Enabled:"
16+
description: "Sonar Analysis Enabled"
1717
type: boolean
1818
required: false
1919
default: false

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"branches": [
1919
{
20-
"name": "ci-publish-container-chart"
20+
"name": "main"
2121
},
2222
{
2323
"name": "release/([0-9]+).([0-9]+)",

0 commit comments

Comments
 (0)