1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-04 10:50:54 +01:00

Update prototyping.yml ()

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:
Arseny Kapoulkine 2022-02-24 17:08:54 -08:00 committed by GitHub
parent c7eca27909
commit db3a8a2f0f
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,25 +1,10 @@
name: prototyping
on:
push:
branches:
- 'master'
- 'prototyping-*'
paths:
- '.github/workflows/**'
- 'prototyping/**'
- 'Analysis/**'
- 'Ast/**'
- 'CLI/Ast.cpp'
- 'CLI/FileUtils.*'
pull_request:
paths:
- '.github/workflows/**'
- '.github/workflows/prototyping.yml'
- 'prototyping/**'
- 'Analysis/**'
- 'Ast/**'
- 'CLI/Ast.cpp'
- 'CLI/FileUtils.*'
jobs:
linux: