Skip to content

Commit 01b7f5b

Browse files
committed
Limit push trigger to main to avoid duplicate PR runs
1 parent 80ac074 commit 01b7f5b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-validation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ concurrency:
77
on:
88
pull_request:
99
push:
10+
branches:
11+
- main
1012
workflow_dispatch:
1113

1214
jobs:

0 commit comments

Comments
 (0)