Skip to content

Commit e1fab43

Browse files
committed
Only run CI/CD on main branch
1 parent 4f3ce69 commit e1fab43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: CI
22

33
on:
44
push:
5-
pull_request:
5+
branches:
6+
- main
67

78
jobs:
89
linux:

0 commit comments

Comments
 (0)