diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/windows.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 49014c4..3e62122 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -3,10 +3,7 @@ name: Build and Save C# Binary on Windows on: push: branches: - - main - pull_request: - branches: - - main + - master jobs: build: |
