Skip to content

Commit 2c60166

Browse files
committed
Only run Ci on main and release branches
1 parent f7693f8 commit 2c60166

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Async TCP CI
22

33
on:
44
push:
5+
branches:
6+
- main
7+
- release/*
58
pull_request:
69
workflow_dispatch:
710

0 commit comments

Comments
 (0)