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/01/08 08:10:03 UTC

[buildstream] branch master updated: .github/workflows/ci.yml: Enable CI to run on pull request events.

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

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git


The following commit(s) were added to refs/heads/master by this push:
     new 7bbed2e  .github/workflows/ci.yml: Enable CI to run on pull request events.
7bbed2e is described below

commit 7bbed2e852cba5c1808bf5cfda853ca050155a19
Author: Tristan van Berkom <tr...@codethink.co.uk>
AuthorDate: Fri Jan 8 17:09:03 2021 +0900

    .github/workflows/ci.yml: Enable CI to run on pull request events.
    
    This extra bit of YAML is required to allow local CI to run as a result
    of creating and updating pull requests from forked repositories.
---
 .github/workflows/ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e77b9a3..39344bc 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,6 +10,8 @@ on:
     branches-ignore:
     - gh-pages
     - master
+  pull_request:
+    types: [assigned, opened, synchronize, reopened]
 
 # Left to-do:
 # - coverage