Skip to content

Commit

Permalink
CI: Run Github actions on PRs to next
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Aug 28, 2023
1 parent d1e2090 commit 0958d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ '*' ]
tags: [ '*' ]
pull_request:
branches: [ master, 'maint/*' ]
branches: [ master, 'maint/*', 'next' ]
schedule:
- cron: '0 0 * * *'

Expand Down

0 comments on commit 0958d89

Please sign in to comment.