Rerun prototyping workflow if JSON serializer changes

This commit is contained in:
ajeffrey@roblox.com 2022-02-08 18:33:18 -06:00
parent 38c9b54e75
commit 5deb02ace2

View file

@ -7,10 +7,12 @@ on:
paths:
- '.github/workflows/**'
- 'prototyping/**'
- 'Analysis/src/JsonEncoder.cpp'
pull_request:
paths:
- '.github/workflows/**'
- 'prototyping/**'
- 'Analysis/src/JsonEncoder.cpp'
jobs:
linux: