You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/08/31 09:13:58 UTC

[buildstream] 01/01: Test with paths set to '**'

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

tvb pushed a commit to branch tristan/test-external-ci-6
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 64a17407980a54f1df0456acf96c17e55e07fca7
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Tue Aug 31 18:13:06 2021 +0900

    Test with paths set to '**'
---
 .github/workflows/ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7c16ed9..f028f34 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,7 +8,12 @@ on:
     branches-ignore:
     - gh-pages
     - master
+    paths:
+      - '**'
   pull_request:
+    paths:
+      - '**'
+
 
 # Use the concurrency feature to ensure we don't run redundant workflows
 #