From 3ec80f69eec2f29e596bb246943cf3e60512d2e1 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 22 Oct 2024 20:54:57 +0200 Subject: [PATCH] Deploy runners only on beta tags for now --- .github/workflows/deploy-runners.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-runners.yml b/.github/workflows/deploy-runners.yml index 8e3e74d2d..1f5636896 100644 --- a/.github/workflows/deploy-runners.yml +++ b/.github/workflows/deploy-runners.yml @@ -1,10 +1,10 @@ -name: Build & Deploy Workers +name: Build & Deploy Runners on: workflow_dispatch: push: tags: - - '*' + - '.*beta.*' permissions: packages: write