From 5a006eee0a40bd266925f1989b8a19d4cffbc5d3 Mon Sep 17 00:00:00 2001 From: Andrii Siriak Date: Sun, 26 Sep 2021 11:50:31 +0300 Subject: [PATCH] Enable formatter for all branches --- .github/workflows/checkstyle.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/checkstyle.yml b/.github/workflows/checkstyle.yml index 4bab219c..b6bda249 100644 --- a/.github/workflows/checkstyle.yml +++ b/.github/workflows/checkstyle.yml @@ -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: