Skip to content

Commit 2613e33

Browse files
committed
Add 'workflow_dispatch' trigger to Github Action workflows.
1 parent 5a03dcc commit 2613e33

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ADF_pre-commit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
branches:
1111
#Trigger workflow on push to any branch or branch heirarchy:
1212
- '**'
13+
workflow_dispatch:
1314

1415
jobs:
1516
#This job is designed to run the "pre-commit"

.github/workflows/ADF_unit_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
branches:
1111
#Trigger workflow on push to any branch or branch heirarchy:
1212
- '**'
13+
workflow_dispatch:
1314

1415
jobs:
1516
#This job is designed to run all python unit tests whenever

0 commit comments

Comments
 (0)