Skip to content

Commit

Permalink
revert: release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nejc committed Oct 31, 2023
1 parent 9ea9bbd commit 38ada27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: release
on:
push:
branches: [staging, develop, test]
branches: [staging, develop]

workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion release.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
branches: ['staging', 'develop', 'test'],
branches: ['staging', 'develop'],
plugins: [
[
'@semantic-release/commit-analyzer',
Expand Down

0 comments on commit 38ada27

Please sign in to comment.