Enable only master branch for CodeQL push trigger

This commit is contained in:
Hiroshi SHIBATA 2023-02-28 11:28:11 +09:00
parent 9ff09d695c
commit c21260e3ff
Notes: git 2023-02-28 03:06:17 +00:00

View File

@ -2,6 +2,7 @@ name: "CodeQL"
on:
push:
branches: [ "master" ]
paths-ignore:
- 'doc/**'
- '**/man'