Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
ci: enable workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
crackedmind committed Mar 3, 2021
1 parent 5fc5c9b commit c889532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build plugin

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

env:
PLUGIN_NAME: Vcreator
Expand Down

0 comments on commit c889532

Please sign in to comment.