diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/windows.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1f26848..03cec28 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
@@ -2,9 +2,9 @@ name: Windows | |||
2 | 2 | ||
3 | on: | 3 | on: |
4 | push: | 4 | push: |
5 | branches: [ master ] | 5 | branches: [ main ] |
6 | pull_request: | 6 | pull_request: |
7 | branches: [ master ] | 7 | branches: [ main ] |
8 | workflow_dispatch: | 8 | workflow_dispatch: |
9 | 9 | ||
10 | jobs: | 10 | jobs: |