Last active
April 17, 2018 17:00
-
-
Save shuhrat/ae655f4d479176ca11677f59559c0abf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"filter": { | |
"ref_glob": "refs/heads/release/v+([0-9]).+([0-9]).0", | |
"deleted": false | |
}, | |
}, | |
{ | |
"filter": { | |
"ref_glob": "refs/heads/release/v*", | |
"deleted": false | |
}, | |
"reject": { | |
"ref_glob": "refs/heads/release/v+([0-9]).+([0-9]).0" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment