Skip to content

Commit ecac0e4

Browse files
committed
only on push to main
1 parent 3573858 commit ecac0e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: Release
22
on:
33
push:
4+
branches:
5+
- main
46
tags:
57
- "v*"
68
workflow_dispatch:
79
permissions:
810
contents: write
11+
912
jobs:
1013
build:
1114
strategy:

0 commit comments

Comments
 (0)