From 287a145385aeb4fc16cac320be6418172c49ec64 Mon Sep 17 00:00:00 2001 From: snowdream Date: Thu, 1 Aug 2024 22:45:47 +0800 Subject: [PATCH] fix: GitHub Actions Version Updater for tags --- .github/workflows/updater.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index f0c8f93..8f8ac2e 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -5,8 +5,6 @@ on: push: branches: - main - tags: - - '*' schedule: # Automatically run on every Day - cron: '0 0 * * *'