From c1c8577088b1fa36a34ca8b885db441365b27aa7 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sat, 10 Aug 2019 20:25:58 +0900 Subject: [PATCH] Fix wrong pull_request filter The specification was not triggered on a pull request. --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: