Skip to content

Commit

Permalink
Update workflows.yaml (#81)
Browse files Browse the repository at this point in the history
Add CI test trigger for PRs being created/updated
  • Loading branch information
Sukh-P authored Nov 19, 2024
1 parent 1535415 commit c369aa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Python package tests

on:
push:
pull_request:
types: [opened, reopened, synchronize]
schedule:
- cron: "0 12 * * 1"
jobs:
Expand Down

0 comments on commit c369aa1

Please sign in to comment.