From c19a33fee34506e93e96f715b61665d1b493ed8e Mon Sep 17 00:00:00 2001 From: Archit Date: Tue, 8 Aug 2023 12:20:17 +0530 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36674df..04f69be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,11 @@ # Run tests -on: push +on: + push: + branches: + - '*' + paths-ignore: + - 'master/**' name: CI