Skip to content

Commit

Permalink
This is for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Jun 28, 2024
1 parent 1009082 commit f060c39
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * *
Expand Down

0 comments on commit f060c39

Please sign in to comment.