Skip to content

Commit

Permalink
Mirror the docker-rocq repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Oct 28, 2024
1 parent 3dd0339 commit 050c9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.ml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ let callback _conn req body =
| Ok (Some install_id, PushEvent {owner; repo; base_ref; head_sha; _})
-> (
match (owner, repo) with
| "coq-community", ("docker-base" | "docker-coq") ->
| "coq-community", ("docker-base" | "docker-coq" | "docker-rocq") ->
(fun () ->
init_git_bare_repository ~bot_info
>>= fun () ->
Expand Down

0 comments on commit 050c9a1

Please sign in to comment.