mirror of
https://github.com/curl/curl.git
synced 2026-04-19 18:51:15 +03:00
parent
aa6e7a1f45
commit
92abdaf8e2
8 changed files with 40 additions and 8 deletions
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
|
|
@ -9,9 +9,13 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- '*/ci'
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
schedule:
|
||||
- cron: '0 0 * * 4'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue