Skip to content

Commit ef601e8

Browse files
committed
Enabling CI on Windows
1 parent c0915c3 commit ef601e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Windows
22
on:
3-
#workflow_dispatch:
4-
#pull_request:
5-
#push:
6-
# branches: [master]
3+
workflow_dispatch:
4+
pull_request:
5+
push:
6+
branches: [master]
77
concurrency:
88
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
99
cancel-in-progress: true

0 commit comments

Comments
 (0)