Skip to content

Commit

Permalink
build(ci): release from branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Apr 2, 2024
1 parent 6795bd8 commit 03a84a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on:
pull_request: {}
push:
branches:
- master
- main

jobs:
commitlint:
Expand All @@ -28,7 +28,7 @@ jobs:
- run: mv tsconfig.json.nope tsconfig.json
publish:
needs: ci
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: navikt/github-app-token-generator@v1
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
branches:
- master
- main
plugins:
- - "@semantic-release/commit-analyzer"
- releaseRules:
Expand Down

0 comments on commit 03a84a5

Please sign in to comment.