Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
ci: 🎡 remove master and go off of main
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Mar 3, 2021
1 parent aad31b1 commit 817313a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ on:
pull_request:
branches:
- main
- master
- canary
push:
branches:
- main
- master
- canary
jobs:
release:
Expand Down
6 changes: 1 addition & 5 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ const isCI = require('is-ci');
!isCI && require('dotenv').config({path: './.env'});

module.exports = {
branches: [
{name: 'main', prerelease: 'main'},
{name: 'master'},
{name: 'canary', prerelease: 'canary'},
],
branches: [{name: 'main'}, {name: 'canary', prerelease: 'canary'}],
extends: [],
plugins: [
[
Expand Down

0 comments on commit 817313a

Please sign in to comment.