We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb7fc7 commit 7e5e3dcCopy full SHA for 7e5e3dc
.github/workflows/python-app.yml
@@ -5,7 +5,9 @@ name: Python application
5
6
on:
7
push:
8
- branches: [ "master" ]
+ branches: [ "master", "actions"]
9
+ workflow_dispatch:
10
11
pull_request:
12
branches: [ "master" ]
13
0 commit comments