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:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- pubspec.yaml
|
||||||
|
- assets/**
|
||||||
|
- lib/**
|
||||||
|
- linux/**
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- pubspec.yaml
|
||||||
|
- assets/**
|
||||||
|
- lib/**
|
||||||
|
- linux/**
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
# TODO: arm64 runner
|
# TODO: arm64 runner
|
||||||
|
|
Loading…
Reference in New Issue