From 2a2713be63a911ea2f2f1d270466f83795fdd66c Mon Sep 17 00:00:00 2001 From: mashal-m Date: Mon, 27 Feb 2023 14:24:39 +0500 Subject: [PATCH] fix: remove pull req --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd61dbf..1ed31f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,6 @@ name: Default CI on: push: branches: [master] - pull_request: - branches: - - '**' jobs: get-next-version: runs-on: ubuntu-latest