diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index c42f6e190..9b31ec875 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -1,11 +1,19 @@
name: Publish Terminal.Gui
+
on:
push:
+ branches: [ main, v2_release ]
tags:
- v*
+ paths-ignore:
+ - '**.md'
+
+ pull_request:
+ branches: [ develop, v2_develop ]
+ paths-ignore:
+ - '**.md'
jobs:
-
publish:
name: Build and Publish to Nuget.org
runs-on: ubuntu-latest
@@ -59,7 +67,6 @@ jobs:
color: brightgreen
path: UnitTests/TestResults/coverage.opencover.xml
gist-filename: code-coverage.json
- # https://gist.github.com/migueldeicaza/90ef67a684cb71db1817921a970f8d27
gist-id: 90ef67a684cb71db1817921a970f8d27
gist-auth-token: ${{ secrets.GIST_AUTH_TOKEN }}
diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj
index c7a8d9998..e59982e78 100644
--- a/Terminal.Gui/Terminal.Gui.csproj
+++ b/Terminal.Gui/Terminal.Gui.csproj
@@ -12,12 +12,6 @@
1.14.0-v1-develop-branc0115
-
-
-
-
-
-