You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/09/03 18:35:35 UTC

[cordova-paramedic] branch master updated: ci: add ignore cases to run platform test (#222)

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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/master by this push:
     new acb6f55  ci: add ignore cases to run platform test (#222)
acb6f55 is described below

commit acb6f556acfe103307e5a829d7a53ddf34104ece
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sat Sep 4 03:35:29 2021 +0900

    ci: add ignore cases to run platform test (#222)
---
 .github/workflows/android.yml | 12 +++++++++++-
 .github/workflows/chrome.yml  | 12 +++++++++++-
 .github/workflows/ios.yml     | 12 +++++++++++-
 3 files changed, 33 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index d72b098..806baeb 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -17,7 +17,17 @@
 
 name: Android Testsuite
 
-on: [push, pull_request]
+on:
+  push:
+    paths-ignore:
+      - '**.md'
+      - 'LICENSE'
+      - '.eslint*'
+  pull_request:
+    paths-ignore:
+      - '**.md'
+      - 'LICENSE'
+      - '.eslint*'
 
 jobs:
   test:
diff --git a/.github/workflows/chrome.yml b/.github/workflows/chrome.yml
index 7788410..c44a7d3 100644
--- a/.github/workflows/chrome.yml
+++ b/.github/workflows/chrome.yml
@@ -17,7 +17,17 @@
 
 name: Chrome Testsuite
 
-on: [push, pull_request]
+on:
+  push:
+    paths-ignore:
+      - '**.md'
+      - 'LICENSE'
+      - '.eslint*'
+  pull_request:
+    paths-ignore:
+      - '**.md'
+      - 'LICENSE'
+      - '.eslint*'
 
 jobs:
   test:
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index be4148b..47f83e4 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -17,7 +17,17 @@
 
 name: iOS Testsuite
 
-on: [push, pull_request]
+on:
+  push:
+    paths-ignore:
+      - '**.md'
+      - 'LICENSE'
+      - '.eslint*'
+  pull_request:
+    paths-ignore:
+      - '**.md'
+      - 'LICENSE'
+      - '.eslint*'
 
 jobs:
   test:

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org