From e38aac9e2e7876d9bed8c0d3c46bfcc85f5e27f2 Mon Sep 17 00:00:00 2001 From: cawcaw253 Date: Fri, 1 Dec 2023 17:40:27 +0900 Subject: [PATCH] chore: update condition of release action --- .github/workflows/release.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 65a6963..1b7aa0b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,11 +5,11 @@ on: push: branches: - main - paths: - - '**/*.tpl' - - '**/*.py' - - '**/*.tf' - - '.github/workflows/release.yml' + # paths: + # - '**/*.tpl' + # - '**/*.py' + # - '**/*.tf' + # - '.github/workflows/release.yml' jobs: release: