Skip to content

Commit

Permalink
Merge pull request #40 from elcaminoreal/fix-rc
Browse files Browse the repository at this point in the history
fix branch name
  • Loading branch information
moshez committed Jan 11, 2024
2 parents 48a2a95 + 5b9dc55 commit d62c9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -53,7 +53,7 @@ use = true
log = "git-log-head"
log_command = "git log -n 1 --date=iso"
is_main_var = "GITHUB_REF"
is_main_match = ".*/trunk$"
is_main_match = ".*/master$"

[project.entry-points.gather]
gather = "gather"

0 comments on commit d62c9e4

Please sign in to comment.