From 297bcb2eae7ed0abbf901516a1d653dd19513009 Mon Sep 17 00:00:00 2001 From: trevyn <230691+trevyn@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:44:37 +0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44d7f42..d3cdbf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: ci on: workflow_dispatch: push: - pull_request: + # pull_request: # schedule: [cron: "40 1 * * *"] permissions: @@ -15,7 +15,7 @@ env: jobs: publish: runs-on: ubuntu-latest - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} + if: ${{ github.ref == 'refs/heads/main' }} steps: - uses: actions/checkout@v4