Skip to content

Commit e91df29

Browse files
authored
Limit CI to main branch pushes (#2)
1 parent c5c9a49 commit e91df29

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

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-
branches: ["**"]
5+
branches:
6+
- main
67
pull_request:
78

89
jobs:

0 commit comments

Comments
 (0)