Skip to content

Commit

Permalink
Revert "ci(check.yml, main.yml, .realeaserc): changes the repo to hav…
Browse files Browse the repository at this point in the history
…e multibranch for better maintainance"

This reverts commit c44b35b.
  • Loading branch information
asif-ahmed-1990 committed May 6, 2020
1 parent 2974bb3 commit cbe53c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check Build

on:
pull_request:
branches: [ master, next ]
branches: [ master ]

jobs:
check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
push:
branches: [ master, next ]
branches: [ master ]

jobs:
build:
Expand Down
9 changes: 1 addition & 8 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"master",
"next",
"next-major",
{ "name": "beta", "prerelease": true},
{ "name": "alpha", "prerelease": true}
],
"branches": ["master"],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/npm",
Expand Down

0 comments on commit cbe53c8

Please sign in to comment.