We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0776d9c commit 45d612bCopy full SHA for 45d612b
1 file changed
build-farm.conf.sample
@@ -156,10 +156,10 @@ my $confdir = File::Spec->rel2abs(File::Basename::dirname(__FILE__));
156
# include / exclude patterns for files that trigger a build
157
# if both are specified then they are both applied as filters
158
# undef means don't ignore anything.
159
- # exclude qr[^doc/|\.po$] to ignore changes to docs and po files
160
- # (recommended)
+ # exclude qr[^doc/|/README$|\.po$] to ignore changes to docs, po files
+ # and README files (recommended)
161
# undef means null filter.
162
- trigger_exclude => qr[^doc/|\.po$],
+ trigger_exclude => qr[^doc/|/README$|\.po$],
163
trigger_include => undef,
164
165
# settings for mail notices - default to notifying nobody
0 commit comments