Run CI on zkbesu branch and PR against it

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
Fabio Di Fabio
2023-09-12 16:17:31 +02:00
parent f61e5703e8
commit 05c0f6e4d7
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
name: "Validate Gradle Wrapper"
on: [push, pull_request]
on: [push]
jobs:
validation:

View File

@@ -3,8 +3,10 @@ name: CI
on:
push:
branches:
- main
- zkbesu
pull_request:
branches:
- zkbesu
jobs:
all: