From 17695e0e3abd975aa36d6ab910218b720859e28b Mon Sep 17 00:00:00 2001 From: Felix Date: Sun, 27 Apr 2025 16:02:37 +0200 Subject: [PATCH] Update flutter.yml --- .github/workflows/flutter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 5c19483..28872dd 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -32,7 +32,7 @@ jobs: if: | (needs.lint.result == 'failure' && needs.lint.outputs.needs_formatting == 'true') && - github.event_name == 'push' && + github.event_name == 'push' steps: - uses: actions/checkout@v4