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 b503c03  Update CircleCI config for Push workflow
b503c03 is described below

commit b503c0385583f9a36245ba130c12b8ecd7ab7c62
Author: Bismanpal-Singh <[email protected]>
AuthorDate: Mon Oct 20 16:22:27 2025 -0700

    Update CircleCI config for Push workflow
---
 .circleci/config.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 298193b..c4f8f4c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -32,7 +32,12 @@ jobs:
             git push --force 
https://${CIRCLE_TOKEN}@github.com/apache/incubator-resilientdb-site.git 
master:asf-site
 
 workflows:
-  build:
+  version: 2
+  build-and-deploy:   
+    jobs:
+      - build
+
+  nightly:           
     triggers:
       - schedule:
           cron: "0 0 * * *"

Reply via email to