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 2020/04/19 19:43:17 UTC

[maven-surefire] branch master updated: GH workflows for 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


The following commit(s) were added to refs/heads/master by this push:
     new f09e509  GH workflows for pull_request
f09e509 is described below

commit f09e5095681b9314306bec1181c856c1ce90514b
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Apr 19 21:43:06 2020 +0200

    GH workflows for pull_request
---
 .github/workflows/maven.yml     | 2 +-
 .github/workflows/smoketest.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d7064af..7139801 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -17,7 +17,7 @@
 
 name: GitHub CI
 
-on: [push]
+on: [push, pull_request]
 
 jobs:
   build:
diff --git a/.github/workflows/smoketest.yml b/.github/workflows/smoketest.yml
index 29f38e6..3377cc5 100644
--- a/.github/workflows/smoketest.yml
+++ b/.github/workflows/smoketest.yml
@@ -17,7 +17,7 @@
 
 name: Unit Tests
 
-on: [push]
+on: [push, pull_request]
 
 jobs:
   build: