Skip to content

Commit 7252e9c

Browse files
committed
update validate workflow run conditions
1 parent a06e8cc commit 7252e9c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Validate
22

33
on:
44
push:
5+
branches: [main]
56
pull_request:
7+
types: [opened, reopened, synchronize]
68

79
jobs:
810
validate:

0 commit comments

Comments
 (0)