[travis] Run Travis build when .travis.yml changed
- Change match pattern to include ^\.travis.yml - Add executable file permissions for tools/prepare-commit-msg [ci skip]
This commit is contained in:
parent
ca9eb815af
commit
b800cfc418
1 changed files with 1 additions and 1 deletions
2
tools/prepare-commit-msg
Normal file → Executable file
2
tools/prepare-commit-msg
Normal file → Executable file
|
|
@ -24,4 +24,4 @@ EOF
|
|||
}
|
||||
|
||||
## MAIN
|
||||
add_ci_skip '\(^src\|^test\|^doc/ledger3.texi\|CMakeLists.txt\)' "$@"
|
||||
add_ci_skip '\(^src\|^test\|^doc/ledger3.texi\|^\.travis.yml\|CMakeLists.txt\)' "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue