Enable formatter for all branches
This commit is contained in:
parent
95254039dd
commit
5a006eee0a
2
.github/workflows/checkstyle.yml
vendored
2
.github/workflows/checkstyle.yml
vendored
@ -2,7 +2,6 @@ name: Code Formatter
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master, Development]
|
||||
paths:
|
||||
- "**.java"
|
||||
|
||||
@ -11,7 +10,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user