Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
hollacs committed Jun 24, 2024
1 parent f7ac972 commit 216c1e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches:
- no-std
paths:
- '/**/*.cpp'
- '/**/*.h'
- '/AMBuilder'
- '/AMBuildScript'
- '/configure.py'
- '**/*.h'
- '**/*.cpp'
- 'AMBuilder'
- 'AMBuildScript'
- 'configure.py'

jobs:
windows-job:
Expand Down

0 comments on commit 216c1e1

Please sign in to comment.