Skip to content

Commit

Permalink
Also avoid double Gradle wrapper validation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Sep 12, 2024
1 parent cc33148 commit e3034f2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: "Validate Gradle Wrapper"
on: [push, pull_request]

on:
push:
branches:
- main
- 'r5.*'
pull_request:
branches:
- '*'
jobs:
validation:
name: "Validation"
Expand Down

0 comments on commit e3034f2

Please sign in to comment.