mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 09:02:50 +00:00
Fix paths that trigger init-script-check
This commit is contained in:
parent
cd579d970f
commit
c1a6f51e61
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-init-script-check.yml
vendored
4
.github/workflows/ci-init-script-check.yml
vendored
|
@ -3,9 +3,9 @@ name: CI-init-script-check
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/**'
|
- '.github/workflows/ci-init-script-check.yml'
|
||||||
- 'src/resources/init-scripts/**'
|
- 'src/resources/init-scripts/**'
|
||||||
- 'test/init-script-check/**'
|
- 'test/init-scripts/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue