Skip to content

Commit 4571a9a

Browse files
authored
ci: enable manually running CI. (#32)
1 parent 0103467 commit 4571a9a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ concurrency:
55
cancel-in-progress: ${{ github.ref == 'main' }}
66

77
on:
8+
workflow_dispatch:
89
push:
910
branches:
1011
- master

.github/workflows/clang_format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ concurrency:
55
cancel-in-progress: true
66

77
on:
8+
workflow_dispatch:
89
pull_request:
910
branches:
1011
- master

.github/workflows/version_file.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: HighFive Check Version File
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- master

0 commit comments

Comments
 (0)