Skip to content

Commit 4a2e627

Browse files
authored
Using windows for CI and activate
1 parent c9f8792 commit 4a2e627

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Build & Publish
22

33
on:
4-
# push:
5-
# branches: [ master ]
6-
# pull_request:
7-
# branches: [ master ]
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
88
workflow_dispatch:
99
inputs:
1010
tags:
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
publish:
1515
name: Build, Test, Pack & Release
16-
runs-on: ubuntu-latest
16+
runs-on: windows-latest
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Build Fody project

0 commit comments

Comments
 (0)