Tig пре 1 година
родитељ
комит
b2bbd42a50

+ 1 - 1
.github/workflows/api-docs.yml

@@ -2,7 +2,7 @@ name: Build and publish API docs
 
 on:
   push:
-    branches: [main, develop, v2_develop]
+    branches: [main, v2_develop]
 
 permissions:
   id-token: write 

+ 2 - 2
.github/workflows/codeql-analysis.yml

@@ -4,7 +4,7 @@ name: "Code scanning"
 
 on:
   push:
-    branches: [main]
+    branches: [main, v2_release]
     paths-ignore:
       - '**/*.md'
       - '**/*.txt'
@@ -12,7 +12,7 @@ on:
       - docs
       - docfx
   pull_request:
-    branches: [main]
+    branches: [main, v2_release]
     paths-ignore:
       - '**/*.md'
       - '**/*.txt'

+ 2 - 2
.github/workflows/dotnet-core.yml

@@ -2,11 +2,11 @@ name: Build & Test Terminal.Gui with .NET Core
 
 on:
   push:
-    branches: [ v2, v2_develop ]
+    branches: [ v2_release, v2_develop ]
     paths-ignore:
       - '**.md'
   pull_request:
-    branches: [ v2, v2_develop ]
+    branches: [ v2_release, v2_develop ]
     paths-ignore:
       - '**.md'
       

+ 1 - 1
GitVersion.yml

@@ -24,7 +24,7 @@ branches:
     is-release-branch: true
     tag: prealpha
     increment: Patch
-    regex: ^v2?[/-]
+    regex: ^v2_release?[/-]
     source-branches: ['v2_develop']
 
   feature: