From 772008b361d787b9777cbedc192feb62afbdab13 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:32:50 +0500 Subject: [PATCH] refactor: updated workflow --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 692c4b3..edc4a9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,8 @@ name: Default CI on: - push: - branches: - - master pull_request: branches: - - '**' + - master jobs: tests: runs-on: ubuntu-latest