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
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- *
|
- '*'
|
||||||
jobs:
|
jobs:
|
||||||
macos:
|
macos:
|
||||||
name: make test-all on mac
|
name: make test-all on mac
|
||||||
|
|
Loading…
Reference in a new issue