mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-21 19:34:14 +08:00
Update
This commit is contained in:
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
@@ -2,6 +2,16 @@ name: Deploy
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths-ignore:
|
||||
- 'android/**'
|
||||
- 'ios/**'
|
||||
- 'linux/**'
|
||||
- 'macos/**'
|
||||
- 'windows/**'
|
||||
- '.gitignore'
|
||||
- '.gitmodules'
|
||||
- 'README.md'
|
||||
- 'LICENSE'
|
||||
concurrency:
|
||||
group: deploy
|
||||
cancel-in-progress: false
|
||||
|
||||
Reference in New Issue
Block a user