From c8e90db112c39ea9a267ff1fc9443c415d901f38 Mon Sep 17 00:00:00 2001 From: Jonathan Fung Date: Wed, 6 Dec 2023 11:43:50 -0800 Subject: [PATCH] glob pattern all branches --- .github/workflows/protocol-build-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/protocol-build-and-push.yml b/.github/workflows/protocol-build-and-push.yml index 67218b7d22..0a6b5e6926 100644 --- a/.github/workflows/protocol-build-and-push.yml +++ b/.github/workflows/protocol-build-and-push.yml @@ -3,7 +3,7 @@ name: Protocol Build & Push Image to AWS ECR on: # yamllint disable-line rule:truthy push: branches: - - 'jonfung/.*' + - 'jonfung/**' - main - 'release/[a-z]+/v0.[0-9]+.x' # e.g. release/protocol/v0.1.x - 'release/[a-z]+/v[0-9]+.x' # e.g. release/protocol/v1.x