Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit e1a02e1

Browse files
committed
Don't build on each push
1 parent feaec87 commit e1a02e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ name: CI
66
on:
77
push:
88
branches:
9-
- "*"
9+
- main
10+
- release
1011
tags:
1112
- v*
1213
pull_request:

0 commit comments

Comments
 (0)