Skip to content

Commit 9c4dc57

Browse files
committed
ci: fix branches
1 parent 6de6977 commit 9c4dc57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cabal-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name: cabal-build
33
on:
44
push:
5-
branches: master
5+
branches: main
66
pull_request:
7-
branches: master
7+
branches: main
88

99
permissions:
1010
contents: read

.releaserc.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @type {import('semantic-release').GlobalConfig}
33
*/
44
export default {
5-
branches: ["master"],
5+
branches: ["main"],
66
tagFormat: "${version}",
77
plugins: [
88
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)