Skip to content

Commit 1785497

Browse files
committed
Temporarily added trigger for any brach.
1 parent 70abeed commit 1785497

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main_prover.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: L2 (SP1 Backend)
22
on:
33
push:
44
branches: ["main"]
5+
pull_request:
6+
branches: ["**"]
57

68
concurrency:
79
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)