diff --git a/.github/workflows/cleanup-on-create.yaml b/.github/workflows/cleanup-on-create.yaml index 8ad5e68..eda96c1 100644 --- a/.github/workflows/cleanup-on-create.yaml +++ b/.github/workflows/cleanup-on-create.yaml @@ -5,7 +5,7 @@ on: create: branches: - - main + - develop jobs: cleanup: runs-on: ubuntu-latest diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index fad4069..e79d73a 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -3,7 +3,7 @@ on: push: branches: - - main + - develop jobs: semantic-release: if: "!contains(github.event.head_commit.message, 'Initial commit')" diff --git a/.releaserc.cjs b/.releaserc.cjs index c6f6d41..89a39af 100644 --- a/.releaserc.cjs +++ b/.releaserc.cjs @@ -14,5 +14,5 @@ module.exports = { }], ["@semantic-release/github", {}] ], - branches: ['main'], + branches: ['develop'], }; \ No newline at end of file