Skip to content

Commit

Permalink
feat: add head branch to persist patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Mar 19, 2024
1 parent 573f5a2 commit d412fad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/contrib/lib/persist-convention.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ const persistPatterns = [
"persist-**",
"**-persist",
"**-persist-**",
"main",
"master",
"dev",
"develop",
]
module.exports = {
persistPatterns,
Expand Down

0 comments on commit d412fad

Please sign in to comment.