From aeaa31cb1ff748a4807f31cc3c44fe00349aa13b Mon Sep 17 00:00:00 2001 From: qtum-neil <25196716+qtum-neil@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:21:44 +0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1729ffb839..5dc0296f64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,14 +4,15 @@ name: CI on: + workflow_dispatch: # See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request. - pull_request: + # pull_request: # See: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#push. - push: - branches: - - '**' - tags-ignore: - - '**' + # push: + # branches: + # - '**' + # tags-ignore: + # - '**' concurrency: group: ${{ github.event_name != 'pull_request' && github.run_id || github.ref }}