This is an automated email from the ASF dual-hosted git repository.

bisman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 16e177f  Add filters to build job for master branch only
16e177f is described below

commit 16e177f0254193a3f3a10251684daf9c353d9e03
Author: Bismanpal-Singh <[email protected]>
AuthorDate: Tue Nov 18 16:14:34 2025 -0800

    Add filters to build job for master branch only
---
 .circleci/config.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index c4f8f4c..d8cd022 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -33,9 +33,14 @@ jobs:
 
 workflows:
   version: 2
+
   build-and-deploy:   
     jobs:
-      - build
+      - build:
+          filters:
+            branches:
+              only:
+                - master   
 
   nightly:           
     triggers:

Reply via email to