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: push:
branches: branches:
- 'master' - 'master'
- 'prototyping-*'
paths: paths:
- '.github/workflows/**' - '.github/workflows/**'
- 'prototyping/**' - 'prototyping/**'