We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4523d9e commit 2dc490aCopy full SHA for 2dc490a
.asf.yaml
@@ -35,3 +35,10 @@ github:
35
features:
36
issues: true
37
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
@@ -21,8 +21,6 @@
21
name: Java CI with Maven
22
23
on:
24
- push:
25
- branches: [ master ]
26
pull_request:
27
branches: [ master ]
28
0 commit comments