mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 17:28:01 +01:00
Updated yml
This commit is contained in:
2
.github/workflows/api-docs.yml
vendored
2
.github/workflows/api-docs.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -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'
|
||||
|
||||
4
.github/workflows/dotnet-core.yml
vendored
4
.github/workflows/dotnet-core.yml
vendored
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user