We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83ff0d commit c32134eCopy full SHA for c32134e
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: Default CI
2
on:
3
push:
4
branches:
5
- - teak/indigo
+ - ulmo/indigo
6
pull_request:
7
8
- "**"
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release CI
jobs:
release:
name: Release
package.json
@@ -75,7 +75,7 @@
75
"release": {
76
"tagFormat": "indigo-${version}",
77
"branches": [
78
- "teak/indigo"
+ "ulmo/indigo"
79
]
80
}
81
0 commit comments