From 363c8ac8b13be7fec71fb25150e832b5b232fde1 Mon Sep 17 00:00:00 2001 From: reggie Date: Wed, 2 Oct 2024 03:16:00 -0500 Subject: [PATCH] Only run release on manual dispatch --- .github/workflows/release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92a4e794..a7a86335 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,14 +3,14 @@ name: Release job on: workflow_dispatch: inputs: {} - push: - branches: [ mirror/master ] - paths-ignore: - - '.github/**' - - '*.yml' - - '*.json' - - '*.config' - - '*.md' + #push: + # branches: [ mirror/release ] + # paths-ignore: + # - '.github/**' + # - '*.yml' + # - '*.json' + # - '*.config' + # - '*.md' concurrency: release