[devops] Remove building on PR when edited to avoid skip issue (#5836)

pull/5833/head
Guangyao Zhang 2024-06-19 13:58:05 +08:00 committed by GitHub
parent 0adca5b688
commit 2014cce870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Build on PR
on: on:
pull_request: pull_request:
types: [synchronize, opened, reopened, ready_for_review, closed, edited] types: [synchronize, opened, reopened, ready_for_review, closed]
branches: branches:
- "main" - "main"
- "develop" - "develop"