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.
1 parent effcc9c commit 5ff9342Copy full SHA for 5ff9342
.github/workflows/make.yml
@@ -12,6 +12,8 @@ on:
12
- 'LICENSE'
13
- 'CMAKE**'
14
- '**CMakeLists.txt'
15
+ # Allows you to run this workflow manually from the Actions tab
16
+ workflow_dispatch:
17
18
concurrency:
19
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments