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.
2 parents 446d88c + f8b75ac commit 95e0a87Copy full SHA for 95e0a87
.github/workflows/build_and_test_supported_versions.yml
@@ -1,5 +1,10 @@
1
# Full build-and-test with gRPC exporter on all Matlab Versions
2
name: "Build and Run Tests Supported Versions"
3
+on:
4
+ workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - Matlab_Versions
8
env:
9
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN }}
10
jobs:
0 commit comments