We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec68ed8 commit 7737304Copy full SHA for 7737304
.github/workflows/DataMiner+CI+Automation.yml
@@ -5,7 +5,8 @@ on:
5
tags:
6
- '[0-9]+.[0-9]+.[0-9]+.[0-9]+'
7
- '[0-9]+.[0-9]+.[0-9]+.[0-9]+-[0-9a-zA-Z]+'
8
- workflow_dispatch:
+ # Allows you to run this workflow manually from the Actions tab
9
+ workflow_dispatch:
10
jobs:
11
CI:
12
uses: ./.github/workflows/Automation Master SDK Workflow.yml
.github/workflows/temp.yml
@@ -4,7 +4,8 @@ on:
4
branches: []
- '[0-9]+.[0-9]+.[0-9]+'
runs-on: ubuntu-latest
0 commit comments