From bad07b19256b68aff18edc56ddd15a6998915343 Mon Sep 17 00:00:00 2001 From: Leandro Ishi Date: Thu, 14 Dec 2023 15:24:46 +0000 Subject: [PATCH] ci: now CI runs only on PRs and pushes to master branch --- .github/workflows/ci.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb489d25..4911cab9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,12 @@ name: Pandora CI -on: [ pull_request ] +on: + push: + branches: + - master + pull_request: + branches: + - master jobs: test: