diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index b3afb196c9..8bfbe88bcd 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -34,32 +34,32 @@ on: # - 'test/command/**' # - 'vendor/mruby/**' pull_request: - # paths: - # - '**/*.cmake' - # - '**/*.cmake.in' - # - '**/CMakeLists.txt' - # - '**/Makefile.am' - # - '.github/workflows/package.yml' - # - 'configure.ac' - # - 'cmake/**' - # - 'doc/**' - # - 'include/**/*.h' - # - 'include/**/*.h.in' - # - 'include/**/*.hpp' - # - 'lib/**/*.c' - # - 'lib/**/*.cpp' - # - 'lib/**/*.h' - # - 'lib/**/*.rb' - # - 'lib/**/*.rb' - # - 'packages/**' - # - 'plugins/**/*.c' - # - 'plugins/**/*.cpp' - # - 'plugins/**/*.h' - # - 'plugins/**/*.rb' - # - 'src/**/*.c' - # - 'src/**/*.h' - # - 'test/command/**' - # - 'vendor/mruby/**' + paths: + - '**/*.cmake' + - '**/*.cmake.in' + - '**/CMakeLists.txt' + - '**/Makefile.am' + - '.github/workflows/package.yml' + - 'configure.ac' + - 'cmake/**' + - 'doc/**' + - 'include/**/*.h' + - 'include/**/*.h.in' + - 'include/**/*.hpp' + - 'lib/**/*.c' + - 'lib/**/*.cpp' + - 'lib/**/*.h' + - 'lib/**/*.rb' + - 'lib/**/*.rb' + - 'packages/**' + - 'plugins/**/*.c' + - 'plugins/**/*.cpp' + - 'plugins/**/*.h' + - 'plugins/**/*.rb' + - 'src/**/*.c' + - 'src/**/*.h' + - 'test/command/**' + - 'vendor/mruby/**' schedule: - cron: | 0 0 * * *