mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 08:20:22 +01:00
fix: Prevent lengthy compilation workflows to run needlessly (#4804)
This commit is contained in:
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
@@ -3,8 +3,14 @@ name: "CodeQL"
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '.github/**'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- '.github/**'
|
||||
schedule:
|
||||
- cron: '29 14 * * 1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user