Skip to content

Commit

Permalink
Don't run for config files. (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang authored Dec 13, 2024
1 parent 199d9d0 commit f7c74ac
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/integration_test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f7c74ac

Please sign in to comment.