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: paths:
- '.github/workflows/**' - '.github/workflows/**'
- 'prototyping/**' - 'prototyping/**'
- 'Analysis/src/JsonEncoder.cpp'
pull_request: pull_request:
paths: paths:
- '.github/workflows/**' - '.github/workflows/**'
- 'prototyping/**' - 'prototyping/**'
- 'Analysis/src/JsonEncoder.cpp'
jobs: jobs:
linux: linux: