Skip to content

Commit 4ca414f

Browse files
authored
Remove main branch (#734)
1 parent d8fb080 commit 4ca414f

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: CI
33
on:
44
push:
55
branches:
6-
- main
76
- dev
87
pull_request:
98

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ name: "CodeQL"
1414
on:
1515
push:
1616
branches:
17-
- main
1817
- dev
1918
pull_request:
2019
schedule:

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Drafter
33
on:
44
push:
55
branches:
6-
- main
6+
- dev
77

88
jobs:
99
update_release_draft:

0 commit comments

Comments
 (0)