Skip to content

Commit e53881b

Browse files
committed
Run unit test via github action also when pushing to main branch
1 parent 0d7eb72 commit e53881b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Run Unit Tests
22

33
on:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58
types: [opened, synchronize]
69

0 commit comments

Comments
 (0)