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 <[email protected]>
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:
 

Reply via email to