ci: only test build quickgui if the flutter app was changed
This commit is contained in:
parent
2cc24c74fe
commit
7a59735ad9
|
@ -4,9 +4,19 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- pubspec.yaml
|
||||
- assets/**
|
||||
- lib/**
|
||||
- linux/**
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- pubspec.yaml
|
||||
- assets/**
|
||||
- lib/**
|
||||
- linux/**
|
||||
workflow_dispatch:
|
||||
|
||||
# TODO: arm64 runner
|
||||
|
|
Loading…
Reference in New Issue