diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ed8c7423..b7bfbf8d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,7 +2,6 @@ name: release on: workflow_dispatch: - branches: [ main ] push: branches: [ main ] pull_request: diff --git a/.releaserc.json b/.releaserc.json index 4189d615..383abcac 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,5 +1,5 @@ { - "branches": ["master"], + "branches": ["main"], "tagFormat": "${version}", "plugins": [ [