diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 662bd75a..1fd3ddaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,8 @@ name: Continuous Integration on: - pull_request_target: - types: - - opened - - synchronize - - reopened - workflow_dispatch: + pull_request: {} + pull_request_target: {} permissions: contents: read @@ -18,6 +14,7 @@ jobs: uses: ./.github/workflows/qa.yml with: ref: ${{ github.event.pull_request.head.sha }} + debug: run: echo ${{ github.event.pull_request.head.sha }}