Skip to content

Commit

Permalink
workflow-dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
v-p-b authored Oct 27, 2024
1 parent 8bb7fc7 commit 7e5e3dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: Python application

on:
push:
branches: [ "master" ]
branches: [ "master", "actions"]
workflow_dispatch:
branches: [ "master", "actions"]
pull_request:
branches: [ "master" ]

Expand Down

0 comments on commit 7e5e3dc

Please sign in to comment.