From 0e69d5cd53c5049fb61ef03093881fa8ec3dd00d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Wo=C5=9B?= Date: Thu, 4 Apr 2024 16:35:31 +0200 Subject: [PATCH] Run CI on both push to origin branches and pull requests (#360) --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cd57da..5f77eb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ name: ci -on: [push] +on: + push: + branches: + - master + pull_request: jobs: ci-job: runs-on: ubuntu-latest