From 3ef5769a2182caea637fce70f5457474ee8e7f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bego=C3=B1a=20Alvarez?= Date: Wed, 4 Sep 2024 11:55:23 +0200 Subject: [PATCH] ci: enable theme artifact build manual trigger --- .github/workflows/build-artifact-iota.yaml | 1 + .github/workflows/build-artifact-shimmer.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build-artifact-iota.yaml b/.github/workflows/build-artifact-iota.yaml index 4f36648f7..0667d2f87 100644 --- a/.github/workflows/build-artifact-iota.yaml +++ b/.github/workflows/build-artifact-iota.yaml @@ -1,5 +1,6 @@ name: Build and create zip - IOTA Blog on: + workflow_dispatch: push: branches: - feat/iota-blog diff --git a/.github/workflows/build-artifact-shimmer.yaml b/.github/workflows/build-artifact-shimmer.yaml index f66529016..9a5e8f7c6 100644 --- a/.github/workflows/build-artifact-shimmer.yaml +++ b/.github/workflows/build-artifact-shimmer.yaml @@ -1,5 +1,6 @@ name: Build and create zip - Shimmer Blog on: + workflow_dispatch: push: branches: - feat/shimmer-blog