Skip to content

Commit

Permalink
gha: trigger ci-tests-pypi on pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Oct 18, 2024
1 parent 4252a15 commit b715068
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
name: ci-tests-pypi

on:
workflow_dispatch:
pull_request:

schedule:
# every day @ 00h03
- cron: "3 0 * * *"

workflow_dispatch:


concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit b715068

Please sign in to comment.