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

pull/5833/head
Guangyao Zhang 5 months ago committed by GitHub
parent 0adca5b688
commit 2014cce870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save