Skip to content

Commit

Permalink
Rerun CI only when src/buildsystem changed
Browse files Browse the repository at this point in the history
ChangeLog:

	* .github/workflows/CI.yml: Add paths filter on push
  • Loading branch information
mattkretz committed Sep 20, 2024
1 parent a5b132a commit c3479aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ name: CI
on:
push:
branches: [ master, main ]
paths:
- '**.h'
- '**.cpp'
- '**.cc'
- '**.sh'
- '**Makefile'
- '**CMakeLists.txt'
pull_request:

jobs:
Expand Down

0 comments on commit c3479aa

Please sign in to comment.