diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 430ef5c..9427978 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,7 +1,9 @@ on: ["pull_request"] name: Test Coverage - +permissions: + contents: read + pull-requests: write jobs: build: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bdc4338..30f32cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,9 @@ -on: ["push"] +on: + push: + branches: + - main -name: Push Test Coveralls +name: Test with Coveralls jobs: