diff --git a/src/main/java/com/github/jitpack/App.java b/src/main/java/com/github/jitpack/App.java index bdb3c9f..77c423d 100644 --- a/src/main/java/com/github/jitpack/App.java +++ b/src/main/java/com/github/jitpack/App.java @@ -9,6 +9,8 @@ public class App public static void main(String[] args) { System.out.println(new App().greet("world")); + System.out.println(" Are we getting the trigger with this branch and builds"); + System.out.println("Why the Lord added the Australia and South Africa"); } public String greet(String name) {