diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 704a8634..2acc2ccc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -2,7 +2,7 @@ name: CI on: push: branches: - - master + - main tags: '*' pull_request: jobs: diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 712d2a40..c3143a6f 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -3,7 +3,7 @@ name: Documentation on: push: branches: - - master + - main tags: '*' pull_request: