ci: only test build quickgui if the flutter app was changed

This commit is contained in:
Martin Wimpress 2024-06-30 16:11:39 +01:00 committed by Martin Wimpress
parent 2cc24c74fe
commit 7a59735ad9
1 changed files with 10 additions and 0 deletions

View File

@ -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