Ignore .yml files for Github Actions

This commit is contained in:
Thomas Miceli 2024-01-05 04:36:05 +01:00 committed by GitHub
parent 8eb8f4e231
commit 7ce94eea59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on:
- master
- 'dev-*'
pull_request:
paths-ignore:
- '**.yml'
jobs:
lint: