chore: enable pull request target

This commit is contained in:
nathan 2024-04-02 11:56:51 +08:00
parent fbadca759a
commit a98f3951ca
1 changed files with 2 additions and 6 deletions

View File

@ -3,14 +3,10 @@ name: AppFlowy-Cloud Integrations
on:
push:
branches: [ main ]
pull_request_target:
branches: [ main ]
pull_request:
branches: [ main ]
types:
- opened
- synchronize
- reopened
- unlocked
- ready_for_review
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}