Skip to content

Commit

Permalink
Add ability to run build action manually
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdtrekkie committed Aug 3, 2023
1 parent e776780 commit 253beca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build_and_test

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

env:
CCACHE_DIR: ${{ github.workspace }}/.ccache"
Expand Down

0 comments on commit 253beca

Please sign in to comment.