mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Actions: Support push and pullrequest
This commit is contained in:
parent
a2df2a2402
commit
140d180d08
10 changed files with 267 additions and 37 deletions
13
.github/workflows/codeql-analysis.yml
vendored
13
.github/workflows/codeql-analysis.yml
vendored
|
@ -1,18 +1,11 @@
|
|||
name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ 4.0release, develop ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ 4.0release, develop ]
|
||||
schedule:
|
||||
# '20 19 * * 6' means 'At 19:20, only on Saturday' @see https://crontab.cronhub.io/
|
||||
- cron: '20 19 * * 6'
|
||||
# @see https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestbranchestags
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: codeql-analyze
|
||||
name: actions-codeql-analyze
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue