Only run on actual Unity project changes
This commit is contained in:
parent
d98db2beb0
commit
2113917eda
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -2,9 +2,11 @@ name: Build WACVR
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.github/**'
|
||||
- '.vscode/**'
|
||||
paths:
|
||||
- 'Assets/**'
|
||||
- 'Packages/**'
|
||||
- 'ProjectSettings/**'
|
||||
- 'UserSettings/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user