Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart authored Aug 2, 2024
1 parent 6297f39 commit 32e5752
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
---
name: Github CI PyTest

on: push
on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
ci:
Expand Down

0 comments on commit 32e5752

Please sign in to comment.