Skip to content

Commit 561e40d

Browse files
committed
ensure build runs on push
1 parent d6701b5 commit 561e40d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Rust
22

33
on:
44
push:
5+
branches:
6+
- '*'
57
tags-ignore:
68
- v*.*.*
79
pull_request: {}

0 commit comments

Comments
 (0)