diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-02-28 11:28:11 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-02-28 12:05:57 +0900 |
| commit | c21260e3ffc46c45ea71be0d5be0c3a11948927c (patch) | |
| tree | 5842768a3b473957518a89d26eca8d9285b0619d | |
| parent | 9ff09d695cf95e70c5c431421f850a30fe5610f1 (diff) | |
Enable only master branch for CodeQL push trigger
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7399
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index af9e603a55..2a59a2ac9f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,6 +2,7 @@ name: "CodeQL" on: push: + branches: [ "master" ] paths-ignore: - 'doc/**' - '**/man' |
