mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Only run ci-init-script-check on relevant file changes
This commit is contained in:
parent
3d091fa7a8
commit
c1ed8b1925
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci-init-script-check.yml
vendored
5
.github/workflows/ci-init-script-check.yml
vendored
|
@ -2,6 +2,11 @@ name: CI-init-script-check
|
|||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/**'
|
||||
- 'src/resources/init-scripts/**'
|
||||
- 'test/init-script-check/**'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test-init-scripts:
|
||||
|
|
Loading…
Reference in a new issue