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 02:29:50 UTC

[maven-surefire] 01/03: GitHub CI: removed on: pull_request

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

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

commit 993214d2ba4bfe7952ecc62af66eaa77a8d381d1
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: