mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Run github action on prototyping branches
This commit is contained in:
parent
120207bb67
commit
2a7cc199a9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/prototyping.yml
vendored
1
.github/workflows/prototyping.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
|
- 'prototyping-*'
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/**'
|
- '.github/workflows/**'
|
||||||
- 'prototyping/**'
|
- 'prototyping/**'
|
||||||
|
|
Loading…
Add table
Reference in a new issue