Skip to content

Commit

Permalink
run python-package workflow on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
nbargnesi committed Feb 9, 2023
1 parent 92344ac commit ddb060a
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 @@ -2,7 +2,7 @@ name: Python package

on:
push:
branches: [ master ]
branches: '**'
pull_request:
branches: [ master ]

Expand Down

0 comments on commit ddb060a

Please sign in to comment.