You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/12/29 00:58:41 UTC

[maven-surefire] branch cli updated: GitHub CI: removed on: pull_request

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

tibordigana pushed a commit to branch cli
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/cli by this push:
     new 760e6bf  GitHub CI: removed on: pull_request
760e6bf is described below

commit 760e6bf2bc013a6981fe0b905d7c0d751124fc6c
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Dec 29 01:58:33 2019 +0100

    GitHub CI: removed on: pull_request
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 5340988..0d56bb9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -17,7 +17,7 @@
 
 name: GitHub CI
 
-on: [push, pull_request]
+on: [push]
 
 jobs:
   build: