Skip to content

Commit

Permalink
run ci on all branches and periodically
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisblake committed Dec 19, 2023
1 parent 588e4ee commit 4aead8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Python package

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '0 12 1 * *' # 12:00, first day of the month

jobs:
build:
Expand Down

0 comments on commit 4aead8d

Please sign in to comment.