Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ on:
# each fifteen day of month
- cron: "0 0 15 * *"
push:
branches:
- main
paths:
- "python/**"
- ".github/**"
- ".github/workflows/python.yml"
pull_request:
branches:
- main
paths:
- "python/**"
- ".github/**"
- ".github/workflows/python.yml"

jobs:
build:
Expand Down