Skip to content

Commit

Permalink
feat(branch): add main branch to gitlab ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jude Reid committed Aug 1, 2021
1 parent aab297d commit 778235e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ publish:
stage: release
only:
- master
- main
script:
- npx semantic-release
- npx semantic-release

0 comments on commit 778235e

Please sign in to comment.