We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0103467 commit 4571a9aCopy full SHA for 4571a9a
.github/workflows/ci.yml
@@ -5,6 +5,7 @@ concurrency:
5
cancel-in-progress: ${{ github.ref == 'main' }}
6
7
on:
8
+ workflow_dispatch:
9
push:
10
branches:
11
- master
.github/workflows/clang_format.yml
cancel-in-progress: true
pull_request:
.github/workflows/version_file.yml
@@ -1,6 +1,7 @@
1
name: HighFive Check Version File
2
3
4
0 commit comments