aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-10 20:25:58 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-10 20:25:59 +0900
commitc1c8577088b1fa36a34ca8b885db441365b27aa7 (patch)
treef6a70e0a6b4d1198001b47ebeae93eda860cafec
parent00e7ef7e8d1a31d12f7117c07370d6d00cc5eaa2 (diff)
downloadruby-c1c8577088b1fa36a34ca8b885db441365b27aa7.tar.gz
Fix wrong pull_request filter
The specification was not triggered on a pull request.
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index f00d61fe12..f05976b551 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -4,7 +4,7 @@ on:
branches:
- master
pull_request:
- paths:
+ branches:
- '*'
jobs:
latest: