remove paths-ignore in workflows to enable CI-checks for pure CI changes...

This commit is contained in:
Marco Hauswirth
2025-06-25 15:12:21 +02:00
committed by Ramon Roche
parent 1a52656e8a
commit adc299d019
15 changed files with 0 additions and 28 deletions
-2
View File
@@ -6,13 +6,11 @@ on:
- 'main'
paths-ignore:
- 'docs/**'
- '.github/**'
pull_request:
branches:
- '*'
paths-ignore:
- 'docs/**'
- '.github/**'
jobs:
build: