Skip to content

Commit 062ff12

Browse files
committed
build and pack when pushing on fix-packing
1 parent 0e5e963 commit 062ff12

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-and-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ name: .NET Core Desktop - Build and pack
4040

4141
on:
4242
push:
43-
branches: [ "root" ]
43+
branches: [ "root", "fix-packing" ]
4444

4545
jobs:
4646

NeedABreak.sln

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
88
ProjectSection(SolutionItems) = preProject
99
.editorconfig = .editorconfig
1010
.gitignore = .gitignore
11+
.github\workflows\build-and-pack.yml = .github\workflows\build-and-pack.yml
12+
.github\workflows\build.yml = .github\workflows\build.yml
1113
contributing.md = contributing.md
1214
LICENSE = LICENSE
1315
publishing.md = publishing.md

0 commit comments

Comments
 (0)