Skip to content

Commit d0d52ef

Browse files
committed
Only run CI on main branch
1 parent 5e1620a commit d0d52ef

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
on: [push, pull_request]
1+
on:
2+
push:
3+
branches:
4+
- main
5+
pull_request:
26

37
name: Continuous integration
48

0 commit comments

Comments
 (0)