From 3abc5adcb5837b2eed0fc80e3cb966b5317fd5ae Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Tue, 21 Sep 2021 06:56:47 +0900 Subject: [PATCH] Use ** instead of * to match the branch name --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 672703e..2373550 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: ci on: pull_request: - branches: '*' + branches: '**' push: branches: - master