revert: ignoring non-code paths

This commit is contained in:
tuunit 2024-07-18 23:25:32 +02:00 committed by Jan Larwig
parent 0e4962a9e8
commit 49aa69b162
1 changed files with 0 additions and 12 deletions

View File

@ -4,21 +4,9 @@ on:
push:
branches:
- '**'
paths-ignore:
- '.devcontainer/**'
- '.vscode/**'
- 'contrib/**'
- 'docs/**'
- '*.md'
pull_request:
branches:
- '**'
paths-ignore:
- '.devcontainer/**'
- '.vscode/**'
- 'contrib/**'
- 'docs/**'
- '*.md'
jobs:
build:
runs-on: ubuntu-latest