Skip to content

Commit 02fb92a

Browse files
committed
ci: simplify trigger to main-only (single developer)
1 parent 23c9387 commit 02fb92a

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
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [main, "feat/**", "fix/**"]
5+
branches: [main]
66
pull_request:
77
branches: [main]
88

0 commit comments

Comments
 (0)