From 425678699d3e8df9c0ca53a5351c2538fca07e35 Mon Sep 17 00:00:00 2001 From: Atalya Alon <20992625+atalyaalon@users.noreply.github.com> Date: Fri, 16 Aug 2024 00:40:39 +0300 Subject: [PATCH] Revert "Limit ci to run only on data-for-change/anyway-etl on branch main (#57)" This reverts commit 033975ec329d35605c06e88060e64f3eedba9c6b. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e28dbfd..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 == 'data-for-change/anyway-etl' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2