Skip to content

Commit

Permalink
chore(ci): disable on v4 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed May 27, 2024
1 parent 0dfb2ce commit 6c1b12b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- v4-dev
- main

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branches": ["main", "dev", "v4-dev"],
"branches": ["main", "dev"],
"plugins": [
[
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 6c1b12b

Please sign in to comment.