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:
parent
00e7ef7e8d
commit
c1c8577088
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -4,7 +4,7 @@ on:
|
|||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
paths:
|
||||
branches:
|
||||
- '*'
|
||||
jobs:
|
||||
latest:
|
||||
|
|
Loading…
Reference in a new issue