From dcb39d7e6284b9d9b4e53e80c40581082e04b722 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 31 Dec 2024 16:15:00 +0930 Subject: [PATCH] ci: dont run on pull ref: #42 --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 702249a..d0323e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,9 +4,9 @@ name: 'CI' on: - pull_request: - types: - - synchronize + # pull_request: + # types: + # - synchronize push: branches: - '**'