This commit is contained in:
Alexey Pustovalov 2024-02-29 13:26:35 +09:00
parent ee611f67aa
commit cc789f29d2

View File

@ -8,12 +8,11 @@ on:
branches: branches:
- '[0-9]+.[0-9]+' - '[0-9]+.[0-9]+'
- 'trunk' - 'trunk'
- 'trunk_rhel'
paths: paths:
- 'Dockerfiles/**'
- 'build.json' - 'build.json'
- '!**/README.md' - '!**/README.md'
- '!Dockerfiles/*/rhel/*' - 'Dockerfiles/*/rhel/*'
- '!Dockerfiles/*/windows/*'
- '.github/workflows/images_build_test.yml' - '.github/workflows/images_build_test.yml'
schedule: schedule:
- cron: '50 02 * * *' - cron: '50 02 * * *'