From a96ad527ea25218fbb7784e1dfa06a12703e2c2f Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Thu, 12 Dec 2024 14:43:49 -0800 Subject: [PATCH] Don't run for config files. --- .../workflows/integration_test_windows.yml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/integration_test_windows.yml b/.github/workflows/integration_test_windows.yml index 914a0024..a6b60569 100644 --- a/.github/workflows/integration_test_windows.yml +++ b/.github/workflows/integration_test_windows.yml @@ -3,8 +3,28 @@ name: Windows App Integration Test on: pull_request: branches: [main] + paths-ignore: + - '.prettierrc' + - '.eslintrc.json' + - '.prettierignore' + - 'README.md' + - '.husky/**' + - '.vscode/**' + - 'scripts/**' + - '.gitignore' + - 'todesktop.json' push: branches: [main] + paths-ignore: + - '.prettierrc' + - '.eslintrc.json' + - '.prettierignore' + - 'README.md' + - '.husky/**' + - '.vscode/**' + - 'scripts/**' + - '.gitignore' + - 'todesktop.json' jobs: integration-windows-test: