From 7a59735ad9180fedc8a41dd96e2ac1cf11c1251f Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 30 Jun 2024 16:11:39 +0100 Subject: [PATCH] ci: only test build quickgui if the flutter app was changed --- .github/workflows/build-quickgui.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build-quickgui.yml b/.github/workflows/build-quickgui.yml index 76ee0f6..24877fe 100644 --- a/.github/workflows/build-quickgui.yml +++ b/.github/workflows/build-quickgui.yml @@ -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