Skip to content

Commit

Permalink
Update spotless-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MeAlam1 authored Dec 11, 2024
1 parent 3443078 commit 0294236
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/spotless-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ on:
pull_request:
branches:
- 1.21
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
branches:
- 1.21

jobs:
spotless-check:
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}
runs-on: ubuntu-latest

env:
Expand Down

0 comments on commit 0294236

Please sign in to comment.