瀏覽代碼

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

Tigger Kindel 2 年之前
父節點
當前提交
8a294f4fc2
共有 1 個文件被更改,包括 4 次插入3 次删除
  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: