Skip to content

Commit

Permalink
Run CI on master (#680)
Browse files Browse the repository at this point in the history
Primarily to upload the CodeCov coverage to have a base reference
(#671 )
  • Loading branch information
PGijsbers authored Dec 15, 2024
1 parent 75685ee commit 24b5112
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/run_all_frameworks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Run All Frameworks

on: pull_request
on:
push:
- branches:
- master
pull_request:


jobs:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/run_pytest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Light-weight Unit Tests

on: pull_request
on:
push:
branches:
- master
pull_request:


jobs:
Expand Down

0 comments on commit 24b5112

Please sign in to comment.