diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index ce3efdc..3f249ae 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -5,10 +5,8 @@ name: C# bot on: push: - # branches: [ "main", "debug-workflow" ] paths: ["**.cs", ".github/workflows/bot.yml"] pull_request: - # branches: [ "main" ] paths: ["**.cs", ".github/workflows/bot.yml"] defaults: @@ -42,7 +40,7 @@ jobs: id: setup-dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: 8.0.101 + dotnet-version: 8.0.x - name: Restore run: dotnet restore - name: Inspect @@ -51,5 +49,4 @@ jobs: workingDirectory: './Bot' solutionPath: './Bot.sln' noBuild: true - minimumSeverity: 'warning' - dotnetVersion: ${{ steps.setup-dotnet.outputs.dotnet-version }} \ No newline at end of file + minimumSeverity: 'warning' \ No newline at end of file