Skip to content

Commit 322c51e

Browse files
authored
Web3 bot/sync (#271)
Co-authored-by: web3-bot <[email protected]>
1 parent a2c6b02 commit 322c51e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
on:
55
pull_request:
66
push:
7-
branches:
7+
branches: ["main"]
88
name: Go Checks
99

1010
concurrency:

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
on:
55
pull_request:
66
push:
7-
branches:
7+
branches: ["main"]
88
name: Go Test
99

1010
concurrency:

0 commit comments

Comments
 (0)