ignore github-related and markdown for tests and codeql

This commit is contained in:
David Refoua
2023-07-25 13:47:22 +03:30
committed by GitHub
parent 5e219fe34e
commit 4b0344172a
2 changed files with 21 additions and 6 deletions

View File

@ -4,9 +4,19 @@ on:
push:
branches:
- master
paths-ignore:
- '**/*.md'
- '**/*.txt'
- '.github/**'
- '**/.gitignore'
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
- '**/*.txt'
- '.github/**'
- '**/.gitignore'
defaults:
run: