From 2c693560817d304cfc04010b1255d48c4cea5829 Mon Sep 17 00:00:00 2001 From: Chenyao Yu <4844716+chenyaoy@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:43:23 -0400 Subject: [PATCH] update ci --- .github/workflows/protocol-release.yml | 1 + protocol/.github/workflows/release.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/protocol-release.yml b/.github/workflows/protocol-release.yml index d6c297b648..23e3c08b9b 100644 --- a/.github/workflows/protocol-release.yml +++ b/.github/workflows/protocol-release.yml @@ -8,6 +8,7 @@ on: # yamllint disable-line rule:truthy - "protocol/v[0-9]+.[0-9]+.[0-9]+" # e.g.: protocol/v1.0.1 - "protocol/v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+" # e.g.: protocol/v1.0.1-rc1 - "protocol/v[0-9]+.[0-9]+.[0-9]+-dev[0-9]+" # e.g.: protocol/v1.0.1-dev1 + - "chenyao/test-vault-order-replace" jobs: protocol-release: diff --git a/protocol/.github/workflows/release.yml b/protocol/.github/workflows/release.yml index c61252be15..2630bccd6e 100644 --- a/protocol/.github/workflows/release.yml +++ b/protocol/.github/workflows/release.yml @@ -7,7 +7,6 @@ on: # yamllint disable-line rule:truthy tags: - "v[0-9]+.[0-9]+.[0-9]+" # e.g.: v1.0.1 - "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+" # e.g.: v1.0.1-rc1 - - "chenyao/test-vault-order-replace" jobs: build: