Skip to content

Commit 4e728eb

Browse files
authored
Merge pull request #3 from LittleBeasts/development
Development
2 parents 7eb8f01 + 3f53788 commit 4e728eb

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/maven-builds.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ name: Maven Build for all Branches
55

66
on:
77
push:
8-
branches-ignore: [master]
8+
branches-ignore:
9+
- 'master'
910
pull_request:
10-
branches-ignore: []
11+
branches:
12+
- '*'
1113

1214
jobs:
1315
build:

src/main/java/calculationEngine/battle/testBattle.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ private static void simulateAiBattle() throws InterruptedException {
6868
}
6969
System.out.println("End of fight");
7070
CeExecuterService.shutdownExecutor();
71+
7172
}
7273
}

0 commit comments

Comments
 (0)