Skip to content

Commit c32134e

Browse files
committed
fix: update release branch to ulmo
1 parent c83ff0d commit c32134e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Default CI
22
on:
33
push:
44
branches:
5-
- teak/indigo
5+
- ulmo/indigo
66
pull_request:
77
branches:
88
- "**"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release CI
22
on:
33
push:
44
branches:
5-
- teak/indigo
5+
- ulmo/indigo
66
jobs:
77
release:
88
name: Release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"release": {
7676
"tagFormat": "indigo-${version}",
7777
"branches": [
78-
"teak/indigo"
78+
"ulmo/indigo"
7979
]
8080
}
8181
}

0 commit comments

Comments
 (0)