Skip to content

Commit caafb47

Browse files
authored
Merge pull request #8 from okaryo/ci/pull-request-trigger
Add `pull_request` trigger to run ci workflow from forked repository
2 parents 71d2040 + eb1feba commit caafb47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- main
7+
pull_request:
58

69
jobs:
710
test:

0 commit comments

Comments
 (0)