mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-15 20:22:23 +08:00
Only run ci-init-script-check on relevant file changes
This commit is contained in:
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:
|
||||
|
Reference in New Issue
Block a user