Skip to content

Commit 4d624a0

Browse files
committed
Limit test workflow PR trigger to main
1 parent cf116bb commit 4d624a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
required: false
88
type: string
99
pull_request:
10+
branches:
11+
- main
1012
merge_group:
1113
branches:
1214
- main

0 commit comments

Comments
 (0)