From 30356b8e1b886b84a936a9004da15fd9a60e0d89 Mon Sep 17 00:00:00 2001 From: Bagus Nur Listiyono <28079733+bagusnl@users.noreply.github.com> Date: Sat, 13 Jan 2024 02:22:06 +0700 Subject: [PATCH] [skip ci] (AppVeyor CI) Force only build preview and stable branch --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index fafcef2ba..efc8708c6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,10 @@ pull_requests: skip_tags: true skip_branch_with_pr: true image: Visual Studio 2022 +branches: + only: + - preview + - stable for: - branches: @@ -127,4 +131,4 @@ for: - dzakibagus@gmail.com on_build_success: true on_build_failure: true - on_build_status_changed: true \ No newline at end of file + on_build_status_changed: true