commit cb0d41f5813156086199899f1f3d7b684acfe7ec parent adf5cc69caac72062fa46d65fcd0827c947034d2 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 10 Oct 2023 18:55:10 +0200 Fix PR flow Diffstat:
| M | .github/workflows/pullrequest.yml | | | 3 | --- |
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml @@ -4,9 +4,6 @@ on: push: branches: [main] pull_request: - paths: - - '*.yaml' - - '!.github/**' jobs: linting: runs-on: ubuntu-latest