Skip to content

Commit

Permalink
Allow manually running CI action.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaduri authored Oct 31, 2024
1 parent 7cb07e1 commit 3de792a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CMake

on: [push]
on: [push, workflow_dispatch]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
Expand Down

0 comments on commit 3de792a

Please sign in to comment.