From cfcfd127b2b73994d33fb82af1bb91911c496f27 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Tue, 11 Jul 2023 10:35:52 +0800 Subject: [PATCH] remove tags for the other ci --- .github/workflows/ci.yml | 2 -- .github/workflows/flutter-ci.yml | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11cefa4e1..4ba7aa1ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,6 @@ on: push: branches: - master - tags: - - '*' paths-ignore: - ".github/**" - "docs/**" diff --git a/.github/workflows/flutter-ci.yml b/.github/workflows/flutter-ci.yml index d40d6f736..6dab5f7d4 100644 --- a/.github/workflows/flutter-ci.yml +++ b/.github/workflows/flutter-ci.yml @@ -9,8 +9,6 @@ on: push: branches: - master - tags: - - '*' paths-ignore: - ".github/**" - "docs/**" @@ -21,4 +19,4 @@ jobs: uses: ./.github/workflows/flutter-build.yml with: upload-artifact: false - \ No newline at end of file +