Skip to content

Commit

Permalink
Merge pull request #7 from eiel/chatwork-ci-in-pull-request
Browse files Browse the repository at this point in the history
chore(CI): execute CI when pull request from fork repository
  • Loading branch information
arai-ta authored May 8, 2023
2 parents 4ffb709 + 5b2307f commit c4d2653
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: ci

on: [push]
on:
push:
branches:
- master
pull_request:

jobs:
run-phpunit:
Expand Down

0 comments on commit c4d2653

Please sign in to comment.