Skip to content

Commit

Permalink
Update ci-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Dec 8, 2024
1 parent 64de087 commit 424e90d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build unstable

on: [ push ]
on: [ push, pull_request ]

concurrency:
group: unstable
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
playwright install chromium firefox
pytest --cov=streamlit_pdf_viewer --cov-report xml
- name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2

0 comments on commit 424e90d

Please sign in to comment.