Test paths filter for pull requests
This commit is contained in:
parent
ed0fdca34e
commit
08406b076e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -4,6 +4,9 @@ on:
|
||||||
branches: master
|
branches: master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: '*'
|
branches: '*'
|
||||||
|
paths:
|
||||||
|
- 'Raylib-cs/**'
|
||||||
|
- 'Raylib-cs.Tests/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue