Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 60b0130

Browse files
committed
Add main as only branch for release
1 parent e069845 commit 60b0130

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
tags:
55
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
6+
branches:
7+
- main
68
jobs:
79
# Release new version on github releases
810
Github-release:

0 commit comments

Comments
 (0)