Skip to content

Commit 156a280

Browse files
committed
Always run actions
1 parent 24a286d commit 156a280

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: Unit tests
22
on:
3-
push:
4-
branches:
5-
- 'main'
63
pull_request:
4+
push:
75
branches:
8-
- 'main'
6+
- main
97

108
jobs:
119
check-go:

0 commit comments

Comments
 (0)