Skip to content

Commit

Permalink
fix invalid workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Jul 6, 2024
1 parent 49d5b3b commit 8bc35ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validate_gradle_wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
paths:
- 'gradle/**'
pull_request:
branches:
- '*'
paths:
- 'gradle/**'

Expand All @@ -26,4 +24,4 @@ jobs:
uses: actions/checkout@v4

- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation
uses: gradle/actions/wrapper-validation@v3

0 comments on commit 8bc35ec

Please sign in to comment.