diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index 08353b3f..7be73170 100644 --- a/.github/workflows/codecoverage.yml +++ b/.github/workflows/codecoverage.yml @@ -4,7 +4,7 @@ on: push: # branches to consider in the event; optional, defaults to all branches: - - master + - main workflow_dispatch: jobs: diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 1b8d38e3..48230930 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -3,7 +3,7 @@ name: Build and Test Pull Requests on: pull_request: branches: - - master + - main jobs: buildlinux: