Files
rustdesk/.github/workflows/flutter-ci.yml
Workflow config file is invalid. Please check your config file: yaml: line 16: found unexpected end of stream
2024-05-03 14:37:01 +08:00

23 lines
352 B
YAML

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