Skip to content

Commit

Permalink
Apply style formatting changes only on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer committed Nov 15, 2023
1 parent d06200e commit 9844c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
run: ./gradlew spotlessApply --stacktrace

- name: Commit and push changes (if any).
if: ${{ github.ref == 'refs/heads/main' }}
uses: EndBug/add-and-commit@v9
with:
author_name: GitHub Actions
Expand Down

0 comments on commit 9844c0e

Please sign in to comment.