From a74df2ae66383bda9296a4386cd61245f432fe6f Mon Sep 17 00:00:00 2001 From: M1000fr Date: Fri, 13 Dec 2024 01:35:53 +0100 Subject: [PATCH] Refactor GitHub Actions workflow --- .github/workflows/ci.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae49c71..ef67d90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,11 +1,11 @@ name: ci -on: - push: - branches: - - main - pull_request: - branches: - - main +# on: +# push: +# branches: +# - main +# pull_request: +# branches: +# - main jobs: test: