Skip to content

Commit 3f91075

Browse files
committed
chore: improve workflows
1 parent 48f16a3 commit 3f91075

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Main
33
on:
44
push:
55
branches:
6-
- master
76
- main
87
pull_request:
98

.github/workflows/go-cross.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Go Matrix
2-
on: [push, pull_request]
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
38

49
jobs:
510

0 commit comments

Comments
 (0)