diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3cd7f21..5f64cc0 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -2,9 +2,9 @@ name: release-please on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] permissions: contents: read @@ -46,7 +46,7 @@ jobs: release-please: needs: [compile, test] - if: github.event_name == 'push' && github.ref == 'refs/heads/master' + if: github.event_name == 'push' && github.ref == 'refs/heads/main' runs-on: ubuntu-latest permissions: contents: write