Skip to content

Commit 6f2e97d

Browse files
committed
Limit CI push trigger to default branch
1 parent a651474 commit 6f2e97d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: CI
44
on:
55
push:
66
branches:
7-
- '**'
7+
- main
88
pull_request:
99

1010
concurrency:

0 commit comments

Comments
 (0)