From 424e90dddda29a513dc0c5f9412cb77741aaa9e6 Mon Sep 17 00:00:00 2001 From: Luca Foppiano Date: Sun, 1 Dec 2024 18:12:11 +0000 Subject: [PATCH] Update ci-build.yml --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 3c1e99f0..d7b5cd5f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -1,6 +1,6 @@ name: Build unstable -on: [ push ] +on: [ push, pull_request ] concurrency: group: unstable @@ -52,4 +52,4 @@ jobs: playwright install chromium firefox pytest --cov=streamlit_pdf_viewer --cov-report xml - name: Coveralls - uses: coverallsapp/github-action@v2 \ No newline at end of file + uses: coverallsapp/github-action@v2