Skip to content

Commit

Permalink
Fix backport branch filtering by black magic
Browse files Browse the repository at this point in the history
some internals of github. Probably.
  • Loading branch information
m-kuhn committed Mar 4, 2019
1 parent 14e1c77 commit adbdcea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ cache:
directories:
- ${HOME}/.ccache
timeout: 1000
if: NOT branch =~ /^backport-\d+-on-/
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-on-/

env:
global:
Expand Down

0 comments on commit adbdcea

Please sign in to comment.