Skip to content

Commit 7e5e3dc

Browse files
authored
workflow-dispatch
1 parent 8bb7fc7 commit 7e5e3dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ name: Python application
55

66
on:
77
push:
8-
branches: [ "master" ]
8+
branches: [ "master", "actions"]
9+
workflow_dispatch:
10+
branches: [ "master", "actions"]
911
pull_request:
1012
branches: [ "master" ]
1113

0 commit comments

Comments
 (0)