Skip to content

Commit

Permalink
Update build-test-debug-win.yml (#945)
Browse files Browse the repository at this point in the history
Отрубаем тестер винды, оставляем только ручной запуск

no cl, no fun
  • Loading branch information
Schrodinger71 authored Jan 4, 2025
1 parent faf8c60 commit bd7679b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-test-debug-win.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Build & Test Debug Windows

on:
push:
branches: [ master, staging, trying ]
merge_group:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
branches: [ master ]
# push:
# branches: [ master, staging, trying ]
# merge_group:
# pull_request:
# types: [ opened, reopened, synchronize, ready_for_review ]
# branches: [ master ]
workflow_dispatch: # ручной запуск

jobs:
Expand Down Expand Up @@ -60,4 +60,4 @@ jobs:
runs-on: windows-latest
steps:
- name: CI succeeded
run: exit 0
run: exit 0

0 comments on commit bd7679b

Please sign in to comment.