From 645ad4fe05db9aa499a583789081459bb8c714c5 Mon Sep 17 00:00:00 2001 From: lonelyhentxi Date: Mon, 19 Feb 2024 15:01:49 +0800 Subject: [PATCH] feat: manually trigger ci --- .github/workflows/CI.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 668ef70..05f12fa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -6,19 +6,7 @@ env: permissions: contents: write id-token: write -'on': - push: - branches: - - master - tags-ignore: - - '**' - paths-ignore: - - '**/*.md' - - LICENSE - - '**/*.gitignore' - - .editorconfig - - docs/** - pull_request: null +'on': workflow_dispatch concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true