Skip to content

Commit f3b66a7

Browse files
committed
chore: remove main from the actions flow
1 parent 67048dd commit f3b66a7

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/changelog-preview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Changelog preview
33
on:
44
pull_request:
55
branches:
6-
- main
76
- v5
87
types: [opened, synchronize]
98

.github/workflows/check-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches:
66
- develop
7-
- main
87
- 'v[0-9]+.[0-9]+.[0-9]+*beta*'
98
- v5
109
types: [opened, synchronize]

.github/workflows/release.yml

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

98
jobs:

0 commit comments

Comments
 (0)