We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be7303 commit 0008c43Copy full SHA for 0008c43
.github/workflows/go.yml
@@ -1,10 +1,11 @@
1
name: Go
2
3
on:
4
- push:
5
- branches: [ libevm ]
6
- pull_request:
7
+ # DO NOT MERGE: disabled while developing auto-renaming
+ # push:
+ # branches: [ libevm ]
+ # pull_request:
8
9
workflow_dispatch:
10
11
jobs:
.github/workflows/golangci-lint.yml
name: golangci-lint
permissions:
0 commit comments