mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Run prototypinmg action when workflows dir changes
This commit is contained in:
parent
d0a4510d2d
commit
2d04049077
1 changed files with 2 additions and 0 deletions
2
.github/workflows/prototyping.yml
vendored
2
.github/workflows/prototyping.yml
vendored
|
@ -6,9 +6,11 @@ on:
|
||||||
- 'master'
|
- 'master'
|
||||||
- 'prototyping'
|
- 'prototyping'
|
||||||
paths:
|
paths:
|
||||||
|
- '.github/workflows/**'
|
||||||
- 'prototyping/**'
|
- 'prototyping/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
|
- '.github/workflows/**'
|
||||||
- 'prototyping/**'
|
- 'prototyping/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue