1
0
mirror of synced 2025-01-31 04:13:43 +01:00

Only run on actual Unity project changes

This commit is contained in:
BurritoSOFTWARE 2022-05-24 15:58:04 -07:00 committed by GitHub
parent d98db2beb0
commit 2113917eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,11 @@ name: Build WACVR
on:
push:
paths-ignore:
- '.github/**'
- '.vscode/**'
paths:
- 'Assets/**'
- 'Packages/**'
- 'ProjectSettings/**'
- 'UserSettings/**'
workflow_dispatch:
jobs: