Exclude running github action on default and Docker OCI files (#193)

This commit is contained in:
Evgeniy Antonyuk 2024-04-04 15:02:24 +07:00 committed by GitHub
parent d223ed2c7c
commit 94e0f416f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,8 @@ on:
types: [opened, reopened, synchronize]
paths:
- 'install/OneClickInstall/**'
- '!install/OneClickInstall/install-Docker.sh'
- '!install/OneClickInstall/docspace-install.sh'
schedule:
- cron: '00 20 * * 6' # At 23:00 on Saturday.