Skip to content

Commit

Permalink
Fix ref used in branch filter for Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Aug 13, 2024
1 parent 055ec1f commit 27a2583
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class PluginProject(private val buildAndTest: BuildType) : Project({

vcs {
root(DslContext.settingsRootId)
branchFilter = "+:refs/heads/main"
branchFilter = "+:main"
}

params {
Expand Down

0 comments on commit 27a2583

Please sign in to comment.