From 4db08a77b46fc479fd8fe7ae65fc5db82b9f678e Mon Sep 17 00:00:00 2001 From: Greg Littlefield Date: Mon, 21 Aug 2023 14:30:35 -0700 Subject: [PATCH] Run CI on test_consume_ branches with slashes --- .github/workflows/dart_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dart_ci.yml b/.github/workflows/dart_ci.yml index aae1e86a7..745cebcfc 100644 --- a/.github/workflows/dart_ci.yml +++ b/.github/workflows/dart_ci.yml @@ -4,7 +4,7 @@ on: push: branches: - 'master' - - 'test_consume_*' + - 'test_consume_**' pull_request: branches: - '**'