Skip to content

Commit f94f354

Browse files
committed
temp: run on each push
1 parent b218bc7 commit f94f354

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- 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
710
pull_request:
811
branches:
912
- main

0 commit comments

Comments
 (0)