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

This commit is contained in:
Guangyao Zhang
2024-06-19 13:58:05 +08:00
committed by GitHub
parent 0adca5b688
commit 2014cce870

View File

@@ -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"