Disable codeql scanning on pull_request event (#455)

This commit is contained in:
Danil Titarenko
2024-02-14 13:35:09 +03:00
committed by GitHub
parent e1177ff553
commit fe3eb837f3

View File

@ -10,15 +10,7 @@ on:
- '**/README.md'
- '**/LICENSE'
- '.github/**'
pull_request:
branches:
- 'master'
- 'hotfix/**'
- 'release/**'
paths-ignore:
- '**/README.md'
- '**/LICENSE'
- '.github/**'
schedule:
- cron: '0 0 * * 6'