From 7a46a8ab401140bf0d1174ff0882e55a171cfad3 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Thu, 6 Oct 2022 14:46:33 +0000 Subject: [PATCH] fix: Don't run CI for releases This was unnecessary and causing weird issues like double deploys and runs. --- .github/workflows/coder.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index f0ba64972a911..542234de394ce 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -4,8 +4,6 @@ on: push: branches: - main - tags: - - "*" pull_request: