diff --git a/.github/workflows/flutterci.yml b/.github/workflows/flutterci.yml index 047ad0bf..d64d4de0 100644 --- a/.github/workflows/flutterci.yml +++ b/.github/workflows/flutterci.yml @@ -2,14 +2,21 @@ name: Flutter CI on: push: + paths-ignore: + - '**.md' + - '.vscode/**' + - 'LICENSE' branches: - main - reports pull_request: + paths-ignore: + - '**.md' + - '.vscode/**' + - 'LICENSE' branches: - main - reports - jobs: build: runs-on: ubuntu-latest diff --git a/.vscode/settings.json b/.vscode/settings.json index d08661f7..91172f00 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { + // THIS WILL BE IGNORED // "editor.minimap.enabled": false, "html.format.wrapAttributesIndentSize": 4, "[dart]": { @@ -15,4 +16,4 @@ "editor.codeActionsOnSave": { "source.fixAll": "explicit" } -} \ No newline at end of file +}