Skip to content

Commit

Permalink
Updated the branch code
Browse files Browse the repository at this point in the history
  • Loading branch information
teshukatepalli1 committed Sep 26, 2023
1 parent bbb778b commit 5bd9c2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-on-create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
on:
create:
branches:
- main
- develop
jobs:
cleanup:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
on:
push:
branches:
- main
- develop
jobs:
semantic-release:
if: "!contains(github.event.head_commit.message, 'Initial commit')"
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ module.exports = {
}],
["@semantic-release/github", {}]
],
branches: ['main'],
branches: ['develop'],
};

0 comments on commit 5bd9c2f

Please sign in to comment.