mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-25 18:13:52 +03:00
CI now builds only master branch and PRs.
This commit is contained in:
parent
e115ece29a
commit
e89b9ac358
@ -5,6 +5,10 @@ os:
|
||||
# Do not choose a language; we provide our own build tools.
|
||||
language: generic
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master # This will still build PRs.
|
||||
|
||||
# Caching so the next build will be fast too.
|
||||
cache:
|
||||
directories:
|
||||
|
@ -5,6 +5,10 @@ version: '{build}'
|
||||
skip_commits:
|
||||
message: /\[skip ci\]/
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master # This will still build PRs.
|
||||
|
||||
environment:
|
||||
PATH: c:/bin;%PATH%
|
||||
STACK_ROOT: c:/stack
|
||||
|
Loading…
Reference in New Issue
Block a user