Change to paths-ignore filter
This commit is contained in:
parent
08406b076e
commit
f3047a06a0
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -4,9 +4,9 @@ on:
|
|||
branches: master
|
||||
pull_request:
|
||||
branches: '*'
|
||||
paths:
|
||||
- 'Raylib-cs/**'
|
||||
- 'Raylib-cs.Tests/**'
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- '.github/ISSUE_TEMPLATE/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue