Fix OCI workflow trigger (#245)

This commit is contained in:
Elbakyan Shirak 2024-05-21 14:56:20 +04:00 committed by GitHub
parent 0b90b3f7f2
commit b9097d0e33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
types: [opened, reopened, synchronize] types: [opened, reopened, synchronize]
paths: paths:
- '.github/workflows/ci-oci-install.yml'
- 'install/OneClickInstall/**' - 'install/OneClickInstall/**'
- '!install/OneClickInstall/install-Docker.sh' - '!install/OneClickInstall/install-Docker.sh'
- '!install/OneClickInstall/docspace-install.sh' - '!install/OneClickInstall/docspace-install.sh'