mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Escape asterisk on pull request paths
This commit is contained in:
parent
e43b3bb442
commit
6205f95539
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
- master
|
||||
pull_request:
|
||||
paths:
|
||||
- *
|
||||
- '*'
|
||||
jobs:
|
||||
macos:
|
||||
name: make test-all on mac
|
||||
|
|
Loading…
Reference in a new issue