Skip to content

Commit 2dc490a

Browse files
Refactor : refactor the asf file to make required check mandatory (#2289)
1 parent 4523d9e commit 2dc490a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.asf.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ github:
3535
features:
3636
issues: true
3737
projects: true
38+
protected_branches:
39+
master:
40+
required_status_checks:
41+
contexts:
42+
- Check - CheckStyle
43+
- Check - Spotless
44+
- Check - License

.github/workflows/maven.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
name: Java CI with Maven
2222

2323
on:
24-
push:
25-
branches: [ master ]
2624
pull_request:
2725
branches: [ master ]
2826

0 commit comments

Comments
 (0)