remove tags for the other ci

This commit is contained in:
rustdesk 2023-07-11 10:35:52 +08:00
parent 21a172478c
commit cfcfd127b2
2 changed files with 1 additions and 5 deletions

View File

@ -13,8 +13,6 @@ on:
push: push:
branches: branches:
- master - master
tags:
- '*'
paths-ignore: paths-ignore:
- ".github/**" - ".github/**"
- "docs/**" - "docs/**"

View File

@ -9,8 +9,6 @@ on:
push: push:
branches: branches:
- master - master
tags:
- '*'
paths-ignore: paths-ignore:
- ".github/**" - ".github/**"
- "docs/**" - "docs/**"
@ -21,4 +19,4 @@ jobs:
uses: ./.github/workflows/flutter-build.yml uses: ./.github/workflows/flutter-build.yml
with: with:
upload-artifact: false upload-artifact: false