Skip to content

Commit

Permalink
chore(tests): Fixed tests; fixed automations
Browse files Browse the repository at this point in the history
  • Loading branch information
b32147 committed Aug 5, 2020
1 parent 73faf65 commit 57476cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Prerelease Deploy

on:
push:
branches: [ beta, alpha ]
branches: [ development, beta, alpha ]

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

on:
push:
branches-ignore: [ master, beta, alpha ]
branches-ignore: [ master, development, beta, alpha ]

jobs:
build:
Expand Down
7 changes: 6 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"branches": ["master", {name: "beta", prerelease: true}, {name: "alpha", prerelease: true}],
"branches": [
"master",
{name: "development", channel: "pre/rc", prerelease: "rc"},
{name: "beta", prerelease: true},
{name: "alpha", prerelease: true}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 57476cb

Please sign in to comment.