From 505744b0516ca9ad4bbf5625b9ef5162afe4a664 Mon Sep 17 00:00:00 2001 From: Dan Reynolds Date: Sun, 31 May 2026 14:53:43 -0400 Subject: [PATCH] ci: run tests on main pushes --- .github/workflows/flutter_test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter_test.yml b/.github/workflows/flutter_test.yml index d36632b..1c43286 100644 --- a/.github/workflows/flutter_test.yml +++ b/.github/workflows/flutter_test.yml @@ -3,7 +3,10 @@ name: Run Flutter Tests on: pull_request: branches: - - main # Adjust the target branch as needed + - main + push: + branches: + - main jobs: test: @@ -35,4 +38,4 @@ jobs: run: flutter test test/native --concurrency=1 - name: Run Web tests - run: flutter test test/web --platform chrome --concurrency=1 \ No newline at end of file + run: flutter test test/web --platform chrome --concurrency=1