mirror of
https://github.com/curl/curl.git
synced 2026-04-29 19:12:12 +03:00
GHA: align all install, configure and build steps again
First step towards more unified build steps on GitHub Actions. Closes #8873
This commit is contained in:
parent
519e5e5f65
commit
498ecdfd64
14 changed files with 175 additions and 89 deletions
8
.github/workflows/codeql-analysis.yml
vendored
8
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -1,15 +1,15 @@
|
|||
name: codeql
|
||||
name: CodeQL
|
||||
|
||||
on:
|
||||
# Trigger the workflow on push or pull requests, but only for the
|
||||
# master branch
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- '*/ci'
|
||||
- master
|
||||
- '*/ci'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- master
|
||||
schedule:
|
||||
- cron: '0 0 * * 4'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue