We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7eb8f01 + 3f53788 commit 4e728ebCopy full SHA for 4e728eb
2 files changed
.github/workflows/maven-builds.yml
@@ -5,9 +5,11 @@ name: Maven Build for all Branches
5
6
on:
7
push:
8
- branches-ignore: [master]
+ branches-ignore:
9
+ - 'master'
10
pull_request:
- branches-ignore: []
11
+ branches:
12
+ - '*'
13
14
jobs:
15
build:
src/main/java/calculationEngine/battle/testBattle.java
@@ -68,5 +68,6 @@ private static void simulateAiBattle() throws InterruptedException {
68
}
69
System.out.println("End of fight");
70
CeExecuterService.shutdownExecutor();
71
+
72
73
0 commit comments