mirror of
https://github.com/luau-lang/luau.git
synced 2024-12-12 21:10:37 +00:00
Update prototyping.yml (#398)
This limits the scope of prototyping action to PRs to prototyping branch to minimize the GHA cost / latency, as cabal install sometimes takes forever
This commit is contained in:
parent
c7eca27909
commit
db3a8a2f0f
1 changed files with 1 additions and 16 deletions
17
.github/workflows/prototyping.yml
vendored
17
.github/workflows/prototyping.yml
vendored
|
@ -1,25 +1,10 @@
|
||||||
name: prototyping
|
name: prototyping
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- 'master'
|
|
||||||
- 'prototyping-*'
|
|
||||||
paths:
|
|
||||||
- '.github/workflows/**'
|
|
||||||
- 'prototyping/**'
|
|
||||||
- 'Analysis/**'
|
|
||||||
- 'Ast/**'
|
|
||||||
- 'CLI/Ast.cpp'
|
|
||||||
- 'CLI/FileUtils.*'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/**'
|
- '.github/workflows/prototyping.yml'
|
||||||
- 'prototyping/**'
|
- 'prototyping/**'
|
||||||
- 'Analysis/**'
|
|
||||||
- 'Ast/**'
|
|
||||||
- 'CLI/Ast.cpp'
|
|
||||||
- 'CLI/FileUtils.*'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
|
|
Loading…
Reference in a new issue