Run prototypinmg action when workflows dir changes

This commit is contained in:
ajeffrey@roblox.com 2022-02-07 19:35:01 -06:00
parent d0a4510d2d
commit 2d04049077

View file

@ -6,9 +6,11 @@ on:
- 'master'
- 'prototyping'
paths:
- '.github/workflows/**'
- 'prototyping/**'
pull_request:
paths:
- '.github/workflows/**'
- 'prototyping/**'
jobs: