diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7643cbb..a3bda75 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,11 +4,11 @@ name: Continuous Integration on: push: branches: - - master + - main - /.*-stable/ pull_request: branches: - - master + - main - /.*-stable/ jobs: diff --git a/appveyor.yml b/appveyor.yml index db392a1..fb7ff71 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ version: "{build}" clone_depth: 5 branches: only: - - master + - main build: off