Revert "Update actions workflows and add clang format check for PRs (#1418)"

This reverts commit 38d58f2d8b due to it causing spam and other problems with pull requests.
This commit is contained in:
Sylvessa
2026-04-02 00:01:27 -05:00
committed by GitHub
parent c2356bf29e
commit c4c4c08b96
4 changed files with 14 additions and 66 deletions

View File

@@ -4,12 +4,10 @@ on:
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
paths:
- '**'
- '!.gitignore'
- '!*.md'
- '!.github/**'
- '.github/workflows/pull-request.yml'
paths-ignore:
- '.gitignore'
- '*.md'
- '.github/*.md'
jobs:
build: