cleaned up workflows

This commit is contained in:
2023-09-21 16:17:09 -05:00
parent 32a32e4a72
commit 3eea8845cb
10 changed files with 1727 additions and 1572 deletions

22
.github/workflows-backup/flutter-ci.yml vendored Normal file
View File

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