From 7ae91623af4adc5a068afd28392fb37aada9466c Mon Sep 17 00:00:00 2001 From: Kelvin Steiner Date: Mon, 13 Jan 2025 14:50:39 -0300 Subject: [PATCH] chore: update build workflow to include `runtime/*` tags --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f801347..dd1f1cb 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,7 @@ on: tags: - "v*" - "runtime-*" + - "runtime/*" branches: - github-ci-test - build-runtime