Skip to content

Commit

Permalink
fix all patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Jul 18, 2024
1 parent ad8576e commit a2fa1a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/atopile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
pull_request:
branches: [main]
paths:
- 'ecad/*'
- 'ecad/**'
- '.github/workflows/atopile.yml'
push:
branches: [main]
paths:
- 'ecad/*'
- 'ecad/**'
- '.github/workflows/atopile.yml'
release:
types: [published]
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ on:
branches:
- "*"
paths:
- 'components/*'
- 'main/*'
- 'sdkconfig.defaults'
- 'partitions.csv'
- 'components/**'
- 'main/**'
- '.github/workflows/static_analysis.yml'

jobs:
Expand Down

0 comments on commit a2fa1a5

Please sign in to comment.