Skip to content

Commit c0206a9

Browse files
committed
Limit GH actions push triggers to main branch only
1 parent 8097250 commit c0206a9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

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

33
on:
44
push:
5+
branches:
6+
- main
57
paths-ignore:
68
- "*.md"
79
pull_request:

0 commit comments

Comments
 (0)