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:08:16 UTC

[buildstream] branch tristan/test-external-ci-3 created (now b516616)

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

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


      at b516616  .github/workflows/ci.yml: Try without avoiding master/gh-pages CI runs

This branch includes the following new commits:

     new b516616  .github/workflows/ci.yml: Try without avoiding master/gh-pages CI runs

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: .github/workflows/ci.yml: Try without avoiding master/gh-pages CI runs

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-3
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit b516616c80adad3c6faf44748033d0de9d3f2c6c
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Tue Aug 31 18:05:58 2021 +0900

    .github/workflows/ci.yml: Try without avoiding master/gh-pages CI runs
---
 .github/workflows/ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7c16ed9..3f0fc63 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,9 +5,6 @@ name: PR Checks
 #
 on:
   push:
-    branches-ignore:
-    - gh-pages
-    - master
   pull_request:
 
 # Use the concurrency feature to ensure we don't run redundant workflows