diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab551f4..c16d8f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,12 +1,16 @@ name: Python package on: - # Trigger the workflow on push or pull request, but only for the master branch push: + tags: + # Trigger the workflow on push of tags + - '*' branches: + # Trigger the workflow on push to the master branch - master pull_request: branches: + # Trigger the workflow on pull request targeting the master branch - master env: