diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbe1d88..b5e9a5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master, main, develop ] + branches: [ main, develop ] pull_request: - branches: [ master, main ] + branches: [ main ] workflow_dispatch: jobs: @@ -147,7 +147,7 @@ jobs: name: Update Coverage Badge runs-on: ubuntu-latest needs: test - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' permissions: contents: write