Skip to content

Commit 7307c72

Browse files
committed
Add workflow_dispatch
1 parent 1d75394 commit 7307c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Windows
22

3-
on: [push, pull_request]
3+
on: workflow_dispatch
44

55
jobs:
66
build:
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
python set-version.py
1818
git diff --exit-code
19-
19+
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:

0 commit comments

Comments
 (0)