1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix wrong pull_request filter

The specification was not triggered on a pull request.
This commit is contained in:
Takashi Kokubun 2019-08-10 20:25:58 +09:00
parent 00e7ef7e8d
commit c1c8577088
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -4,7 +4,7 @@ on:
branches:
- master
pull_request:
paths:
branches:
- '*'
jobs:
latest: