You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/04/19 06:01:52 UTC

[arrow-rs] branch master updated: Made CI run on any change. (#5)

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

jorgecarleitao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 30e3759  Made CI run on any change. (#5)
30e3759 is described below

commit 30e375919e79c2ff08c5b6df217a3e967418c6a2
Author: Jorge Leitao <jo...@gmail.com>
AuthorDate: Mon Apr 19 08:01:42 2021 +0200

    Made CI run on any change. (#5)
---
 .github/workflows/rust.yml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index d19dd93..53f9ac2 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -18,16 +18,9 @@
 name: Rust
 
 on:
+  # always trigger
   push:
-    paths:
-      - '.github/workflows/rust.yml'
-      - 'rust/**'
-      - 'format/Flight.proto'
   pull_request:
-    paths:
-      - '.github/workflows/rust.yml'
-      - 'rust/**'
-      - 'format/Flight.proto'
 
 jobs: