Skip to content

Commit a00c553

Browse files
committed
Do not build dev branches
1 parent 866700c commit a00c553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
push:
88
tags: ["v*"]
9-
branches: ["*"]
9+
branches: ["main"]
1010
paths-ignore: ["docs/**", "**/*.md"]
1111
pull_request:
1212
paths-ignore: ["docs/**", "**/*.md"]

0 commit comments

Comments
 (0)