Skip to content

Commit a09b3d4

Browse files
authored
revert: Run checks for release branches (#5370)
This reverts commit 49e2bd0.
1 parent fa4197c commit a09b3d4

9 files changed

+0
-14
lines changed

.github/workflows/integration-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- release/**
76

87
pull_request:
98
paths:

.github/workflows/lint-clang-formatting.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- release/**
7-
86
paths:
97
- "**/*.h"
108
- "**/*.hpp"

.github/workflows/lint-dprint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
push:
88
branches:
99
- main
10-
- release/**
11-
1210
paths:
1311
- "**/*.yml"
1412
- "**/*.yaml"

.github/workflows/lint-shellcheck.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
push:
88
branches:
99
- main
10-
- release/**
11-
1210
paths:
1311
- ".github/workflows/lint-shellcheck.yml"
1412
- "**/*.sh"

.github/workflows/lint-swift-formatting.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- release/**
7-
86
paths:
97
- "**/*.swift"
108
- ".github/workflows/lint-swift-formatting.yml"

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- release/**
7-
86
paths:
97
- "Sources/**"
108
- "Tests/**"

.github/workflows/test-cross-platform.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- release/**
87
pull_request:
98
paths:
109
- ".github/workflows/test-cross-platform.yml"

.github/workflows/ui-tests-critical.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- release/**
76

87
pull_request:
98
paths:

.github/workflows/ui-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- release/**
76

87
pull_request:
98
paths:

0 commit comments

Comments
 (0)