Skip to content

Commit

Permalink
Merge pull request #8 from okaryo/ci/pull-request-trigger
Browse files Browse the repository at this point in the history
Add `pull_request` trigger to run ci workflow from forked repository
  • Loading branch information
okaryo authored Jan 28, 2025
2 parents 71d2040 + eb1feba commit caafb47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CI

on:
push:
branches:
- main
pull_request:

jobs:
test:
Expand Down

0 comments on commit caafb47

Please sign in to comment.