diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index a5946071..a1b25341 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - v3 + - main jobs: apigen: diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 59edb0fa..1400c755 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -4,9 +4,7 @@ on: pull_request: push: branches: - - v1 - - v2 - - v3 + - main jobs: CI: