Skip to content

Commit

Permalink
ci: Run CI job on push
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Mar 2, 2024
1 parent 795ca51 commit e7aac7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Python package

on:
push:
branches:
- "*"

pull_request:
branches:
- "*"
Expand Down

0 comments on commit e7aac7d

Please sign in to comment.