From d7ee9ad98bb0f499076585d89836acefdccd7db9 Mon Sep 17 00:00:00 2001 From: Mitchell Tracy Date: Fri, 12 Jan 2024 13:18:50 -0500 Subject: [PATCH] quote the glob string for ignore branches for protocol-circuits-gate-diff --- .github/workflows/protocol-circuits-gate-diff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/protocol-circuits-gate-diff.yml b/.github/workflows/protocol-circuits-gate-diff.yml index 1d90204e119..30415087d44 100644 --- a/.github/workflows/protocol-circuits-gate-diff.yml +++ b/.github/workflows/protocol-circuits-gate-diff.yml @@ -6,7 +6,7 @@ on: - master pull_request: branches-ignore: - - release-please--* + - "release-please--*" jobs: compare_protocol_circuits_gates: