Skip to content

Commit

Permalink
remove pull request trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoborks committed Nov 8, 2023
1 parent 425fc7c commit b50dc70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
- ci/setup-ci
jobs:
release:
name: 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", "ci/setup-ci", "refs/pull/3/merge"],
"branches": ["main", "ci/setup-ci"],
"tagFormat": "${version}",
"plugins": [
["@semantic-release/commit-analyzer", { "preset": "angular" }],
Expand Down

0 comments on commit b50dc70

Please sign in to comment.