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

@@ -5,12 +5,11 @@ on:
push:
branches:
- 'main'
paths:
- '**'
- '!.gitignore'
- '!*.md'
- '!.github/**'
- '.github/workflows/nightly-server.yml'
paths-ignore:
- '.gitignore'
- '*.md'
- '.github/**'
- '!.github/workflows/nightly-server.yml'
permissions:
contents: write