Skip to content

Commit

Permalink
testing short-lived branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanakushnir committed Aug 2, 2023
1 parent c602a02 commit 3ed5b00
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- branch-*
- sl-*
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
<sonar.organization>bogdanakushnir</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>

</project>
8 changes: 8 additions & 0 deletions src/main/java/org/test/example/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -19,5 +20,12 @@ public static void main(String[] args) throws Exception{
String p;
String p1;

// sfsfsdf
///sdfsf
///sdfsdf

String p3;
String p2;

}
}

0 comments on commit 3ed5b00

Please sign in to comment.