From b5dffad10dac8b1c6367e7953c86a871cf9f700c Mon Sep 17 00:00:00 2001 From: mashal-m Date: Mon, 27 Feb 2023 16:34:22 +0500 Subject: [PATCH] fix: add push and pr command --- .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 0b6a086..3416137 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,11 @@ name: Default CI on: - push + push: + branches: + - master + pull_request: + branches: + - '**' jobs: get-next-version: runs-on: ubuntu-latest