From 86fcd4503fb0970b50073353dabe7e6622049394 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 15 Aug 2023 11:22:49 +0300 Subject: [PATCH] Revert "ci: run tests intelligently based on changes between consecutive commits (#9017)" (#9104) --- .github/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9afe6f75a6..b383d0ebcf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,6 +2,10 @@ name: ci on: push: + branches: + - main + + pull_request: workflow_dispatch: permissions: @@ -43,7 +47,6 @@ jobs: uses: dorny/paths-filter@v2 id: filter with: - base: ${{ github.ref }} filters: | all: - "**"