From 5aec5b8ab3bd7024dc1cce53a7001b2895e98faf Mon Sep 17 00:00:00 2001 From: Hiroki Date: Thu, 20 Oct 2022 14:55:09 -0700 Subject: [PATCH] D177: Remove double quotes from GH action pattern match (#178) --- .github/workflows/ci_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 5ff86b062d..e5193c366e 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -3,10 +3,10 @@ on: pull_request: push: tags: - - "*" + - '*' branches: - develop - - "release-*" + - release-* workflow_dispatch: concurrency: