We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ae0ed commit c17a6f6Copy full SHA for c17a6f6
4 files changed
.github/workflows/build.yml
@@ -6,7 +6,6 @@ on:
6
- main
7
- release
8
- pre-release
9
- - self-hosted-runner
10
paths:
11
- '.github/**'
12
- 'deps/**'
.github/workflows/clang-format.yml
@@ -2,7 +2,7 @@ name: Clang Format
2
3
on:
4
push:
5
- branches: [ main, self-hosted-runner ]
+ branches: [ main ]
- 'include/**'
.github/workflows/self-hosted.yml
.github/workflows/ubuntu.yml
0 commit comments