cleaned up workflows
This commit is contained in:
22
.github/workflows-backup/flutter-ci.yml
vendored
Normal file
22
.github/workflows-backup/flutter-ci.yml
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user