Skip to content

Commit

Permalink
Fix GitHub Actions trigger filters
Browse files Browse the repository at this point in the history
  • Loading branch information
acidicMercury8 committed Sep 30, 2024
1 parent 156646d commit 6d917ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- 'src/**'
- 'tests/**'
- '**/CMakeLists.txt'
- '**/*.pro'
pull_request:
branches:
- '**'
Expand All @@ -22,7 +21,6 @@ on:
- 'src/**'
- 'tests/**'
- '**/CMakeLists.txt'
- '**/*.pro'

defaults:
run:
Expand Down

0 comments on commit 6d917ce

Please sign in to comment.