mirror of
https://github.com/transmission/transmission.git
synced 2026-04-24 19:00:00 +01:00
fix: use URL base path (#8078)
* fix: use URL base path Xref: feat: Remote session RPC url path change option qt client (#7561) * ci: enable codeql in 4.1.x branch
This commit is contained in:
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -2,12 +2,12 @@ name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: [ "main", "4.1.x" ]
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '.github/**'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
branches: [ "main", "4.1.x" ]
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '.github/**'
|
||||
|
||||
Reference in New Issue
Block a user