We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a03dcc + 2613e33 commit 3944fe4Copy full SHA for 3944fe4
.github/workflows/ADF_pre-commit.yaml
@@ -10,6 +10,7 @@ on:
10
branches:
11
#Trigger workflow on push to any branch or branch heirarchy:
12
- '**'
13
+ workflow_dispatch:
14
15
jobs:
16
#This job is designed to run the "pre-commit"
.github/workflows/ADF_unit_tests.yaml
#This job is designed to run all python unit tests whenever
0 commit comments