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

View File

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