diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2cc6891..57cf8fd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,6 +4,7 @@ on:
branches:
- main
- branch-*
+ - sl-*
pull_request:
types: [opened, synchronize, reopened]
jobs:
diff --git a/pom.xml b/pom.xml
index 172af0c..330b44a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,5 +14,4 @@
bogdanakushnir
https://sonarcloud.io
-
diff --git a/src/main/java/org/test/example/Main.java b/src/main/java/org/test/example/Main.java
index 96123a9..0d2b0c5 100644
--- a/src/main/java/org/test/example/Main.java
+++ b/src/main/java/org/test/example/Main.java
@@ -3,6 +3,7 @@
public class Main {
public static void main(String[] args) throws Exception{
+ long j =02343533;
String s;
System.out.println("Hello world!");
int i = 0;
@@ -19,5 +20,12 @@ public static void main(String[] args) throws Exception{
String p;
String p1;
+ // sfsfsdf
+ ///sdfsf
+ ///sdfsdf
+
+ String p3;
+ String p2;
+
}
}