|
|
@ -5,9 +5,11 @@ name: Manual workflow |
|
|
|
# Controls when the action will run. Workflow runs when manually triggered using the UI |
|
|
|
# Controls when the action will run. Workflow runs when manually triggered using the UI |
|
|
|
# or API. |
|
|
|
# or API. |
|
|
|
on: |
|
|
|
on: |
|
|
|
|
|
|
|
workflow_dispatch: |
|
|
|
push: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
branches: |
|
|
|
'work-in-progress' |
|
|
|
- work-in-progress |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel |
|
|
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel |
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|