Skip to content

Commit

Permalink
Run tests on push for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
movchan74 committed Oct 27, 2023
1 parent df4d127 commit c54f5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Python package
on:
push:
branches:
- main # Runs on push to main
- '*' # Runs on push to any branch
pull_request:
branches:
- '*' # Runs on pull requests to any branch
Expand Down

0 comments on commit c54f5dc

Please sign in to comment.