From 6ae62b45deae3c206d3b8c302166ac6031b5712d Mon Sep 17 00:00:00 2001 From: WhiteWolf84 <93442510+WhiteWolf84@users.noreply.github.com> Date: Wed, 5 Feb 2025 19:20:05 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1dfb4dbd..4da5c72cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,13 +1,13 @@ name: CI -on: - workflow_dispatch: - push: - branches: - - dev - - master - paths-ignore: - - "docs/**" +# on: +# workflow_dispatch: +# push: +# branches: +# - dev +# - master +# paths-ignore: +# - "docs/**" # only run the latest commit to avoid cache overwrites concurrency: