Skip to content

Commit 253beca

Browse files
authored
Add ability to run build action manually
1 parent e776780 commit 253beca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: build_and_test
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
env:
66
CCACHE_DIR: ${{ github.workspace }}/.ccache"

0 commit comments

Comments
 (0)