diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index e9a789b..281c8d6 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -10,7 +10,8 @@ on: push: branches: - main - pull_request: {} + pull_request: + - * jobs: integration: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1da27c0..f033f2b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,8 @@ on: push: branches: - main - pull_request: {} + pull_request: + - * jobs: test: @@ -29,7 +30,7 @@ jobs: - name: Upload Code Coverage uses: codecov/codecov-action@v3 with: - name: codecov-deck + name: codecov token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true - name: Build