Skip to content
This repository was archived by the owner on Dec 30, 2021. It is now read-only.

Commit 109e65e

Browse files
authored
Update release.yaml
apparently github's default-branch macro doesn't work
1 parent 4431f1f commit 109e65e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Release
22

33
on:
44
push:
5-
branches: [$default-branch]
5+
branches:
6+
- main
67

78
jobs:
89
release:

0 commit comments

Comments
 (0)