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

jiayu pushed a commit to branch ci-completeness
in repository https://gitbox.apache.org/repos/asf/sedona.git

commit a079cbb47b29270db6f07890321e80a7aa406305
Author: Jia Yu <[email protected]>
AuthorDate: Mon May 13 21:53:53 2024 -0700

    Add R too
---
 .github/workflows/r.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml
index 199e03077..6de07770e 100644
--- a/.github/workflows/r.yml
+++ b/.github/workflows/r.yml
@@ -10,6 +10,7 @@ on:
       - 'spark-shaded/**'
       - 'pom.xml'
       - 'R/**'
+      - '.github/workflows/r.yml'
   pull_request:
     branches:
       - '*'
@@ -19,6 +20,7 @@ on:
       - 'spark-shaded/**'
       - 'pom.xml'
       - 'R/**'
+      - '.github/workflows/r.yml'
 
 env:
   MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=60

Reply via email to