Skip to content

Commit 7461f76

Browse files
committed
add 292 solution
1 parent c75db5b commit 7461f76

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Go
2-
on: [pull_request]
2+
on:
3+
# pull_request:
4+
push:
5+
branches:
6+
- master
37
jobs:
48

59
build:

0 commit comments

Comments
 (0)