From 598415e788b0893309968280f758c0ebaab723ce Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Sun, 29 May 2022 20:27:09 +0300 Subject: [PATCH] Fix Actions triggers --- .github/workflows/chain-spec-snapshot-build.yml | 2 +- .github/workflows/runtime-snapshot-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chain-spec-snapshot-build.yml b/.github/workflows/chain-spec-snapshot-build.yml index 572c487299a..e940df30623 100644 --- a/.github/workflows/chain-spec-snapshot-build.yml +++ b/.github/workflows/chain-spec-snapshot-build.yml @@ -9,7 +9,7 @@ on: push: tags: - 'chain-spec-snapshot-*' - - 'gemini-*' + - 'chain-spec-gemini-*' jobs: chains-spec: diff --git a/.github/workflows/runtime-snapshot-build.yml b/.github/workflows/runtime-snapshot-build.yml index 5ef05878907..530ed5a58ed 100644 --- a/.github/workflows/runtime-snapshot-build.yml +++ b/.github/workflows/runtime-snapshot-build.yml @@ -9,7 +9,7 @@ on: push: tags: - 'runtime-snapshot-*' - - 'gemini-*' + - 'runtime-gemini-*' jobs: runtime: