Skip to content

Commit

Permalink
chore(CI): execute CI when pull request from fork repository
Browse files Browse the repository at this point in the history
CI does not work because you cannot push from fork repository.
Change pull request event.
  • Loading branch information
eiel committed May 8, 2023
1 parent 4ffb709 commit 5b2307f
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 5b2307f

Please sign in to comment.