rustdesk/.github/workflows/flutter-ci.yml
2023-04-03 00:34:59 +08:00

24 lines
358 B
YAML

name: Full Flutter CI
on:
workflow_dispatch:
pull_request:
paths-ignore:
- "docs/**"
- "README.md"
push:
branches:
- master
tags:
- '*'
paths-ignore:
- ".github/**"
- "docs/**"
- "README.md"
jobs:
run-ci:
uses: ./.github/workflows/flutter-build.yml
with:
upload-artifact: false