mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
ignore website and docs for build testing
This commit is contained in:
parent
a64518a0f7
commit
bd0aaa1aa7
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test_build.yml
vendored
4
.github/workflows/test_build.yml
vendored
|
|
@ -7,6 +7,10 @@ on:
|
|||
pull_request:
|
||||
branches: [develop]
|
||||
types: [review_requested, ready_for_review]
|
||||
paths-ignore:
|
||||
- 'docs/**',
|
||||
- 'website/**'
|
||||
- 'vendor/**'
|
||||
|
||||
jobs:
|
||||
Windows-latest:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue