diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f65d47e..cfc6fe5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,6 +1,9 @@ on: ["pull_request"] name: Test Coverage +permissions: + contents: read + pull-requests: write jobs: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0755c02..81bd454 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,9 @@ -on: ["push"] - -name: Push Test Coveralls +on: + push: + branches: + - main +name: Test with Coveralls jobs: build: