diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7da683e..0f9868c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: CI on: + pull_request_target: + types: + - opened + - edited + - synchronize + - reopened pull_request: push: branches: @@ -13,7 +19,7 @@ permissions: jobs: conventional-commits: - if: ${{ github.event_name }} == 'pull_request' + if: ${{ github.event_name }} == 'pull_request_target' runs-on: ubuntu-latest steps: - uses: amannn/action-semantic-pull-request@v5