Skip to content

Commit

Permalink
fix invalid actions files
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Jul 6, 2024
1 parent f7ad0bc commit e61a066
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/format_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on:
push:
branches:
- master
paths: ['src/main/java/**', 'src/test/**']
pull_request:
paths: ['src/main/java/**', 'src/test/**']

concurrency:
group: formatting-${{ github.head_ref || github.ref }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
branches:
- master
pull_request:
branches:
- '*'

concurrency:
group: tests-${{ github.head_ref || github.ref }}
Expand Down
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 e61a066

Please sign in to comment.