Skip to content

Commit

Permalink
fix: allow release from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RodEsp committed Sep 23, 2021
1 parent d58f559 commit 188f803
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ workflows:
- node-14
- node-12
- release:
context: org-global
context: SF-CLI-RELEASE-PROCESS
filters:
branches: {only: main}
requires:
Expand Down
5 changes: 5 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"branches": [
"main"
]
}

0 comments on commit 188f803

Please sign in to comment.