From b6062c5cc33eafc2927e263ebd632513e24f1694 Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 26 Mar 2024 17:32:39 +0800 Subject: [PATCH] CI: remove branch deletion trigger I'm not sure why this was here originally, but I suspect it's no longer doing anything good. --- .github/workflows/publish.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 25e27af..bbf18ab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,8 +2,6 @@ name: "Publish" on: push: branches: master - delete: - ref: "refs/heads/publish" workflow_dispatch: inputs: tmate_enabled: