Skip to content

Commit c17a6f6

Browse files
committed
ci: delete trigger branch
1 parent 17ae0ed commit c17a6f6

4 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- main
77
- release
88
- pre-release
9-
- self-hosted-runner
109
paths:
1110
- '.github/**'
1211
- 'deps/**'

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Clang Format
22

33
on:
44
push:
5-
branches: [ main, self-hosted-runner ]
5+
branches: [ main ]
66
paths:
77
- '.github/**'
88
- 'include/**'

.github/workflows/self-hosted.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- main
77
- release
88
- pre-release
9-
- self-hosted-runner
109
paths:
1110
- '.github/**'
1211
- 'deps/**'

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- main
77
- release
88
- pre-release
9-
- self-hosted-runner
109
paths:
1110
- '.github/**'
1211
- 'deps/**'

0 commit comments

Comments
 (0)