diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index baf6e8461f..d5ab189b01 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -1,15 +1,7 @@ name: CI -# Controls when the action will run. -on: - # Triggers the workflow on push or pull request events but only for the master branch - push: - branches: [ master ] - pull_request: - branches: - - master - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: +on: [push, pull_request, workflow_dispatch] + env: DOTNET_CLI_TELEMETRY_OPTOUT: 'true' # A workflow run is made up of one or more jobs that can run sequentially or in parallel