diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 566b700..7785ff1 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -79,7 +79,7 @@ jobs: deploy: runs-on: ubuntu-latest needs: build - if: success() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')) + if: success() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) steps: - name: Download Artifact