From a3dc9e130e8938afc69a357df09ca1606f6fd8c6 Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Mon, 1 Apr 2024 19:45:10 +0200 Subject: [PATCH] Update fix-formatting-and-license.yml --- .github/workflows/fix-formatting-and-license.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/fix-formatting-and-license.yml b/.github/workflows/fix-formatting-and-license.yml index 7aeec68..8e9973b 100644 --- a/.github/workflows/fix-formatting-and-license.yml +++ b/.github/workflows/fix-formatting-and-license.yml @@ -3,6 +3,9 @@ name: Fix formatting and license file on: push: branches: [ "main" ] + paths: + - '**.dart' + - 'pubspec.yaml' jobs: build: