mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 14:34:39 +02:00
Enable only master branch for CodeQL push trigger
This commit is contained in:
parent
9ff09d695c
commit
c21260e3ff
Notes:
git
2023-02-28 03:06:17 +00:00
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
|
@ -2,6 +2,7 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
paths-ignore:
|
||||
- 'doc/**'
|
||||
- '**/man'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue