mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-12-25 02:16:19 +08:00
Only run ci-init-script-check on relevant file changes
This commit is contained in:
parent
3d091fa7a8
commit
c1ed8b1925
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…
x
Reference in New Issue
Block a user