diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 9a2e5dd..3cb0814 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -5,9 +5,9 @@ name: Python application on: push: - branches: [ "main" ] + branches: [ "*" ] pull_request: - branches: [ "main" ] + branches: [ "*" ] permissions: contents: read