Run github action on prototyping branches

This commit is contained in:
ajeffrey@roblox.com 2022-02-10 17:04:34 -06:00
parent 120207bb67
commit 2a7cc199a9

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
- 'prototyping-*'
paths:
- '.github/workflows/**'
- 'prototyping/**'