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.
2 parents 054d017 + f927496 commit 3fce43aCopy full SHA for 3fce43a
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
8
jobs:
9
release:
.github/workflows/unit-tests.yml
@@ -3,7 +3,7 @@ name: 'Unit Tests Production'
pull_request:
- - 'master'
+ - 'main'
unit-tests:
package.json
@@ -72,7 +72,7 @@
72
},
73
"release": {
74
"branches": [
75
- "master"
+ "main"
76
]
77
78
"prettier": {
0 commit comments