mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Merge branch 'v2_release' into v2_develop
This commit is contained in:
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'
|
||||
|
||||
Reference in New Issue
Block a user