diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/python.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 7f44810..ba5ab90 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -5,9 +5,9 @@ name: Python package on: push: - branches: [ "dev" ] + branches: [ "master" ] pull_request: - branches: [ "master", "dev" ] + branches: [ "master" ] jobs: build: |
