diff --git a/.github/workflows/pullRequests.yaml b/.github/workflows/pullRequests.yaml index 970eca8..99986e9 100644 --- a/.github/workflows/pullRequests.yaml +++ b/.github/workflows/pullRequests.yaml @@ -3,10 +3,10 @@ name: Pull Requests on: push: branches: - - v2 + - master pull_request: branches: - - v2 + - master permissions: contents: read