We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b218bc7 commit f94f354Copy full SHA for f94f354
.github/workflows/test.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
+ # This is temporary and added so that all pushes to this branch would trigger the CI to run
8
+ # which allows us to debug it.
9
+ - bugfix/fix-ci-geth-on-ubuntu
10
pull_request:
11
12
0 commit comments