File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test application
2
2
3
3
on :
4
4
pull_request :
5
- branches : [ draft ]
5
+ branches : [ prod, staging ]
6
6
7
7
jobs :
8
8
check-files :
31
31
DOCKERFILE_HADOLINT_DISABLE_ERRORS : false
32
32
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
33
LINTER_RULES_PATH : ./tools/pr-checker/linters/
34
- DEFAULT_BRANCH : draft
34
+ DEFAULT_BRANCH : prod
35
35
- name : Summary
36
36
if : always()
37
37
run : |
Original file line number Diff line number Diff line change 45
45
<dependency >
46
46
<groupId >org.junit.jupiter</groupId >
47
47
<artifactId >junit-jupiter</artifactId >
48
- <version >5.10.1 </version >
48
+ <version >5.10.2 </version >
49
49
<scope >test</scope >
50
50
</dependency >
51
51
<dependency >
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >org.junit.jupiter</groupId >
46
46
<artifactId >junit-jupiter</artifactId >
47
- <version >5.10.1 </version >
47
+ <version >5.10.2 </version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
<dependency >
You can’t perform that action at this time.
0 commit comments