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

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


The following commit(s) were added to refs/heads/master by this push:
     new 370d2ad  Remove the filter of branches on push
370d2ad is described below

commit 370d2ad1fdca4926f093b759f735a5c7741696ec
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
AuthorDate: Mon Jun 1 11:41:05 2020 +0300

    Remove the filter of branches on push
---
 .github/workflows/maven.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7d4cef2..341127b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -1,9 +1,7 @@
 name: Java CI
 
 on:
-  push:
-    branches:
-      - master
+  push
 
 jobs:
   build:

Reply via email to