From 5a1e083274344d3f4988dfa694228235a8710c83 Mon Sep 17 00:00:00 2001 From: Yuri Smirnov Date: Fri, 13 Sep 2024 18:06:41 +0300 Subject: [PATCH] wip --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b62a58..5dc1af0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,8 +60,7 @@ jobs: PUBLISH_JOB: true # Run on push to master branch - # if: github.event_name == 'push' && github.ref == 'refs/heads/master' - if: github.event_name == 'push' + if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v4