Skip to content

Commit

Permalink
ci: only test build quickgui if the flutter app was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jun 30, 2024
1 parent 2cc24c7 commit 7a59735
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-quickgui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a59735

Please sign in to comment.