Skip to content

Commit 6ad5fe6

Browse files
authored
Fix nqp bump watcher
Fixes #11
1 parent 6ae63a4 commit 6ad5fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Geth/GitHub/Hooks/Preprocessor.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ method preprocess ($json, :$event) {
1919
and $json<repository><html_url> eq $NQP_URL;
2020

2121
self.nqp-version-bump: $json
22-
if $json<ref> eq 'refs/heads/nom'
22+
if $json<ref> eq 'refs/heads/master'
2323
and $json<repository><html_url> eq $RAKUDO_URL;
2424
}
2525
}

0 commit comments

Comments
 (0)