From 716f87e77952b64f793a5e65313301fa15d75a4a Mon Sep 17 00:00:00 2001 From: Ziv Harpaz Date: Fri, 14 Jun 2024 18:01:06 +0300 Subject: [PATCH] Update ci.yml - revert accidental change --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f09839..5f94612 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,8 @@ name: CI on: push: - branches: - - main jobs: ci: - if: github.repository == 'ziv-17/anyway-etl' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2