diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 836d755..ff89b84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: CI on: push: - branches: [master] + branches: [main] pull_request: types: [opened, synchronize, reopened] # needed to allow julia-actions/cache to delete old caches that it has created diff --git a/.github/workflows/format_check.yml b/.github/workflows/format_check.yml index 9ebf405..330ab40 100644 --- a/.github/workflows/format_check.yml +++ b/.github/workflows/format_check.yml @@ -2,7 +2,7 @@ name: format-check on: push: branches: - - master + - main - release-* pull_request: types: [opened, synchronize, reopened] diff --git a/test/Project.toml b/test/Project.toml index 61e8c53..aa018e3 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -3,6 +3,7 @@ HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b" JuMP = "4076af6c-e467-56ae-b986-b466b2749572" MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee" MathOptLazy = "5d5fe9b5-b0a4-4485-81f6-7b1b939155e1" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] HiGHS = "1"