Skip to content

Commit

Permalink
🧱 Update Gradle builds triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Jan 17, 2024
1 parent 238cb82 commit 47fcd44
Showing 1 changed file with 8 additions and 22 deletions.
30 changes: 8 additions & 22 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,18 @@ name: 'gradle'
on:
workflow_dispatch:
pull_request:
paths-ignore:
- 'orb/**'
- 'scan/**'
- 'vsts/**'
- 'common/**'
- 'action.yaml'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
- 'tsconfig.base.json'
- '.github/workflows/node.yml'
paths:
- 'gradle/**'
- 'src/**'
- '*gradle*'
push:
branches:
- main
- 'releases/*'
paths-ignore:
- 'orb/**'
- 'scan/**'
- 'vsts/**'
- 'common/**'
- 'action.yaml'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
- 'tsconfig.base.json'
- '.github/workflows/node.yml'
paths:
- 'gradle/**'
- 'src/**'
- '*gradle*'
jobs:
gradleValidation:
name: gradle-wrapper
Expand Down

0 comments on commit 47fcd44

Please sign in to comment.