Skip to content

Commit

Permalink
Remove main from build_ref?/1 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
wingyplus authored Oct 26, 2023
1 parent 756a558 commit cd7db61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bob/job/elixir_checker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ defmodule Bob.Job.ElixirChecker do
def weight(), do: 1
def concurrency(), do: :shared

defp build_ref?("main"), do: true
defp build_ref?("v0." <> _), do: false

defp build_ref?("v" <> version) do
Expand Down

0 comments on commit cd7db61

Please sign in to comment.