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
+5 -3
View File
@@ -2,9 +2,11 @@ name: Build WACVR
on:
push:
paths-ignore:
- '.github/**'
- '.vscode/**'
paths:
- 'Assets/**'
- 'Packages/**'
- 'ProjectSettings/**'
- 'UserSettings/**'
workflow_dispatch:
jobs: