Skip to content

Commit

Permalink
Fix typo in CI's filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed Apr 25, 2023
1 parent d5aaed0 commit a481b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
paths:
- 'src/**'
- '.github/workflows/ubuntu.yml'
- 'CMakeList.txt'
- 'CMakeLists.txt'

pull_request:
paths:
- 'src/**'
- '.github/workflows/ubuntu.yml'
- 'CMakeList.txt'
- 'CMakeLists.txt'

jobs:
linux:
Expand Down

0 comments on commit a481b43

Please sign in to comment.