temp: run on each push

This commit is contained in:
Omar Abdulla
2025-07-10 11:40:34 +03:00
parent b218bc7c9d
commit f94f35443a
+3
View File
@@ -4,6 +4,9 @@ on:
push:
branches:
- main
# This is temporary and added so that all pushes to this branch would trigger the CI to run
# which allows us to debug it.
- bugfix/fix-ci-geth-on-ubuntu
pull_request:
branches:
- main