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:57 UTC

[buildstream] branch tristan/test-external-ci-6 created (now 64a1740)

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

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


      at 64a1740  Test with paths set to '**'

This branch includes the following new commits:

     new 64a1740  Test with paths set to '**'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by tv...@apache.org.
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
 #