mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 03:27:48 +00:00
ci: avoid rebuilding LLVM on Azure (Windows)
This commit is contained in:
committed by
Ron Evans
parent
c4dff990d9
commit
9d21bfce8c
@@ -1,3 +1,9 @@
|
||||
# Avoid lengthy LLVM rebuilds on each newly pushed branch. Pull requests will
|
||||
# be built anyway.
|
||||
trigger:
|
||||
- master
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
- job: Build
|
||||
timeoutInMinutes: 180
|
||||
|
||||
Reference in New Issue
Block a user