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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master, Development]
|
|
||||||
paths:
|
paths:
|
||||||
- "**.java"
|
- "**.java"
|
||||||
|
|
||||||
@ -11,7 +10,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user