We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9f8792 commit 4a2e627Copy full SHA for 4a2e627
1 file changed
.github/workflows/main.yml
@@ -1,10 +1,10 @@
1
name: Build & Publish
2
3
on:
4
-# push:
5
-# branches: [ master ]
6
-# pull_request:
7
+ push:
+ branches: [ master ]
+ pull_request:
8
workflow_dispatch:
9
inputs:
10
tags:
@@ -13,7 +13,7 @@ on:
13
jobs:
14
publish:
15
name: Build, Test, Pack & Release
16
- runs-on: ubuntu-latest
+ runs-on: windows-latest
17
steps:
18
- uses: actions/checkout@v2
19
- name: Build Fody project
0 commit comments