Skip to content

Commit 5ca5d28

Browse files
authored
Merge pull request #566 from jakob-keller/ci-push-trigger
Limit CI push trigger to main branch
2 parents 944de02 + 1675554 commit 5ca5d28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ run-name: ${{ github.actor }} is testing peprock 🚀
44

55
on:
66
push:
7+
branches:
8+
- main
79
pull_request:
810

911
permissions:

0 commit comments

Comments
 (0)