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: