Skip to content

Commit

Permalink
forkされたリポジトリからPullRequestがきた時にCIが動いてほしい
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed May 2, 2023
1 parent 3f5ce7c commit 8d0815c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@
name: Ruby

on:
[push]
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened

permissions:
contents: read
Expand Down

0 comments on commit 8d0815c

Please sign in to comment.