Skip to content

Commit cece719

Browse files
authored
[INTERNAL] Remove other than main branch workflows (#430)
1 parent 78a7dd8 commit cece719

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ name: "CodeQL"
33
on:
44
push:
55
branches:
6-
- v2
76
- main
8-
- next
97
pull_request:
108
branches:
11-
- v2
129
- main
13-
- next
1410

1511
# Execute at least once per week to get new findings without active development taking place
1612
schedule:

.github/workflows/github-ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ name: GitHub CI
33
on:
44
push:
55
branches:
6-
- v2
76
- main
8-
- next
97
pull_request:
108
branches:
11-
- v2
129
- main
13-
- next
1410

1511
jobs:
1612
test:

.github/workflows/reuse-compliance.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ name: REUSE
33
on:
44
push:
55
branches:
6-
- v2
76
- main
8-
- next
97
pull_request:
108
branches:
11-
- v2
129
- main
13-
- next
1410

1511
jobs:
1612
compliance-check:

0 commit comments

Comments
 (0)