소스 검색

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: