Skip to content

Commit

Permalink
Update config for CI (#226)
Browse files Browse the repository at this point in the history
Trigger CI builds on new PR creation. This also allows us to run the CI
for PRs from forks.

The main and develop branch will also run when pushed.

[skip changeset]
[skip review]
  • Loading branch information
tombruijn authored Sep 30, 2024
1 parent 782dbbf commit 6e5221c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
name: Python package
on:
push: {}
push:
branches:
- main
- develop
pull_request:
types:
- opened
- reopened
- synchronize
schedule:
- cron: "0 0 * * 1-5"
- cron: 0 0 * * 1-5
jobs:
test:
name: "Test Python ${{ matrix.python-version }}"
Expand Down

0 comments on commit 6e5221c

Please sign in to comment.