mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
25 lines
394 B
YAML
25 lines
394 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/**"
|
|
- "appimage/**"
|
|
- "flatpak/**"
|
|
|
|
jobs:
|
|
run-ci:
|
|
uses: ./.github/workflows/flutter-build.yml
|
|
with:
|
|
upload-artifact: false
|