Skip to content

Commit 5ff9342

Browse files
committed
Allow manual triggering of CI
1 parent effcc9c commit 5ff9342

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/make.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- 'LICENSE'
1313
- 'CMAKE**'
1414
- '**CMakeLists.txt'
15+
# Allows you to run this workflow manually from the Actions tab
16+
workflow_dispatch:
1517

1618
concurrency:
1719
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)