Ver Fonte

Merge branch 'v2_develop' of tig:gui-cs/Terminal.Gui into v2_develop

Tigger Kindel há 2 anos atrás
pai
commit
8a294f4fc2
1 ficheiros alterados com 4 adições e 3 exclusões
  1. 4 3
      .github/workflows/publish.yml

+ 4 - 3
.github/workflows/publish.yml

@@ -1,13 +1,14 @@
-name: Publish Terminal.Gui
+name: Publish Terminal.Gui v2
 on:
   push:
+    branches: [ v2_develop ]
     tags:
-      - v*
+      - v2.*
 
 jobs:
 
   publish:
-    name: Build and Publish to Nuget.org
+    name: Build and Publish v2 to Nuget.org
     runs-on: ubuntu-latest
 
     steps: