Skip to content

Commit

Permalink
only run build CI job when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ibizaman committed Nov 22, 2024
1 parent 376ac6c commit 7adc347
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ on:
pull_request:
push:
branches: [ "main" ]
paths:
- 'lib/**'
- 'modules/**'
- '!modules/**/docs/**'
- 'test/**'

jobs:
build-matrix:
Expand Down

0 comments on commit 7adc347

Please sign in to comment.