diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 75983c2..f2a7885 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -1,9 +1,8 @@ name: Semantic Release on: - branches: - - main - - debug + push: + branches: ['main', 'debug'] jobs: release: