Skip to content

Commit

Permalink
[Feature] trigger on push main (#29)
Browse files Browse the repository at this point in the history
Make test github action trigger on push on main branch
  • Loading branch information
RektPunk authored Sep 8, 2024
1 parent ed482a7 commit c0532eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Tests
on:
pull_request:
types: [opened, reopened, ready_for_review, review_requested]
push:
branches:
- main

jobs:
run-pytest:
Expand Down

1 comment on commit c0532eb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCover
TOTAL5040100%

Tests Skipped Failures Errors Time
81 0 💤 0 ❌ 0 🔥 5.648s ⏱️

Please sign in to comment.