diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index fca01c4..b3e42bf 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,7 +5,9 @@ name: Python application on: push: - branches: [ "master" ] + branches: [ "master", "actions"] + workflow_dispatch: + branches: [ "master", "actions"] pull_request: branches: [ "master" ]