Skip to content

Commit 867ae29

Browse files
authored
Limit GH actions push triggers to main branch only (#13)
1 parent 8097250 commit 867ae29

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)