Skip to content

Commit

Permalink
release on latest only
Browse files Browse the repository at this point in the history
  • Loading branch information
quinton22 committed Jun 21, 2024
1 parent 5a4a958 commit 4fac7c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Release

on:
push:
branches: ['master', 'release-action']
workflow_dispatch:
branches: ['master']

jobs:
release:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
},
"release": {
"branches": [
"master",
"release-action"
"master"
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 4fac7c4

Please sign in to comment.