mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
Don't run github actions on ignored paths.
This commit is contained in:
5
.github/workflows/flutter-ci.yml
vendored
5
.github/workflows/flutter-ci.yml
vendored
@@ -3,6 +3,9 @@ name: Full Flutter CI
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "README.md"
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
@@ -10,6 +13,8 @@ on:
|
||||
- '*'
|
||||
paths-ignore:
|
||||
- ".github/**"
|
||||
- "docs/**"
|
||||
- "README.md"
|
||||
|
||||
env:
|
||||
LLVM_VERSION: "15.0.6"
|
||||
|
||||
Reference in New Issue
Block a user