diff --git a/.github/workflows/codecoverage.yml b/.github/workflows/codecoverage.yml index efa28c8..bf2e7b2 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 1062a97..d2aeac4 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: build: @@ -55,4 +55,4 @@ jobs: with: name: test-results path: '**/TestResults/*.trx' - retention-days: 30 \ No newline at end of file + retention-days: 30 diff --git a/.github/workflows/pushtomaster.yml b/.github/workflows/pushtomaster.yml index a49cb37..f11e6af 100644 --- a/.github/workflows/pushtomaster.yml +++ b/.github/workflows/pushtomaster.yml @@ -4,7 +4,7 @@ on: push: # branches to consider in the event; optional, defaults to all branches: - - master + - main jobs: build: diff --git a/.github/workflows/release-management.yml b/.github/workflows/release-management.yml index 79b1204..bb787fe 100644 --- a/.github/workflows/release-management.yml +++ b/.github/workflows/release-management.yml @@ -4,7 +4,7 @@ on: push: # branches to consider in the event; optional, defaults to all branches: - - master + - main jobs: update_draft_release: