Skip to content

Commit

Permalink
feat: fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh committed May 23, 2023
1 parent 35eb638 commit 0eb01a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: ci
on:
workflow_dispatch:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release
on:
push:
pull_request:
branches:
- main
- 'main'
workflow_dispatch:
jobs:
build-and-release:
Expand Down
3 changes: 0 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/github"
],
[
"@semantic-release/github",
{
Expand Down

0 comments on commit 0eb01a8

Please sign in to comment.