avoid running CodeQL when azure-pipelines.yml was edited and vice versa

This commit is contained in:
Yevgeny Zhiglov 2022-04-28 17:46:09 +03:00 committed by Maksim Moisiuk
parent 6736006a50
commit 8b88630383
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ on:
paths-ignore:
- '**/*.md'
- '**/*.txt'
- azure-pipelines.yml
schedule:
- cron: '0 0 * * 2'

View File

@ -14,6 +14,7 @@ trigger:
- '*.md'
- '**/*.txt'
- '*.txt'
- .github/workflows/codeql-analysis.yml
pool:
vmImage: 'windows-2019'