Skip to content

Commit

Permalink
Enable manual workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Aug 14, 2023
1 parent 292ba25 commit 9fd05a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build Test
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
concurrency:
# Cancels the workflow when another event in the same context happens.
# If it's a PR, context is checked by the pull request number.
Expand Down

0 comments on commit 9fd05a2

Please sign in to comment.