remove tags for the other ci
This commit is contained in:
parent
21a172478c
commit
cfcfd127b2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -13,8 +13,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
tags:
|
|
||||||
- '*'
|
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/**"
|
- ".github/**"
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
|
4
.github/workflows/flutter-ci.yml
vendored
4
.github/workflows/flutter-ci.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user