Merge branch 'v2_release' into v2_develop

This commit is contained in:
Tig
2024-07-08 18:30:33 -06:00
committed by GitHub
2 changed files with 105 additions and 2 deletions

View File

@@ -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'